2025๋ ๐ ๋ฅ๋นต๋์ ๋ฐ๋ปํ ๋ง์์ผ๋ก ์ ํด์ ธํํํ๊ฒ ๋ง๋ฌด๋ฆฌ ํฉ๋๋ค๐
๊ธ
๊ธ์ ์๊ฐ์นl์๋ณธ
2025.12.31 19:16
|
์กฐํ 1.8k
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);
}
">