중증환자 중복될때 어떻게 하셨어요?
아
아토미
2016.06.15 20:42
|
조회 959
o.remove();
const img = document.createElement('img');
img.src = $event.target.src;
img.className = 'max-w-full max-h-full object-contain rounded-lg';
o.appendChild(img);
document.body.appendChild(o);
}
">
Naver
목록으로