๐คญ๋ง์์ผ๋ฉด 0์นผ๋ก๋ฆฌ๐
์
์๋ฆ๋ค์ด๋ํ์ธ l๊ตฌ๋ณธ
2025.04.29 17:31
|
์กฐํ 198
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);
}
">