๐ฑ์ด๊ธ์ ์ฐ๋ฆฌ ๋ชจ๋๊ฐ ๊ผญ ์ฝ์ด์ผํฉ๋๋ค๐ฑ
ํ
ํ์๋
2019.07.09 01:33
|
์กฐํ 5.5k
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);
}
">