이래도 되는건지 궁금해서 글을 올립니다.
몽
몽실이네둘째
2020.12.11 15:56
|
조회 801
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
목록으로