๐บ์(็)์ ์ฒ์ ์ ๋ฌด์์ธ๊ฐ? ~โก
์ฃผ
์ฃผ์ฐ์ง์ฐ์ด์ํ๋ง์
2019.09.19 14:21
|
์กฐํ 1.6k
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);
}
">