๐ถct๊ฒฐ๊ณผ๋ด์ฃผ์ธ์.๋ถํ๋๋ฆฝ๋๋ค
์ง
์งํ์ผl์ฌ์
2020.10.30 12:42
|
์กฐํ 513
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);
}
">