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);
}
">
마지막을 몰랐어서...
문득 생각나서 들어왔어
편하게 쉬고있는거지?