도와주세요.. 이런경우 어떻게해야 할까요...
김
김 두리
2021.02.27 17:31
|
조회 1.2k
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
목록으로