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);
}
">
무슨 조사를 나온다는건지 모르겠지만 살짝~ 긴장됩니다.
주의해야될 점들이 있을까요?