๐ ๐ 3์ 6์ผ (์) ์ถ๋ฐ~ ๐๐
์ฃผ
์ฃผ์ฐ์ง์ฐ์ด์ํ๋ง์
2019.03.06 09:21
|
์กฐํ 570
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);
}
">