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);
}
">
금속스탠트1개있고 1개를 추가로 넣었는데 여기서 스탠트를 더넣을수있는건지 몇개씩넣으신분도 계신가요?