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);
}
">
부작용이나
조심해야할부분있을지도여쭈어봅니다~
다들건강하시기바랍니다~