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);
}
">
유튜브를 보다가 스타벅스 꿀팁이라고해서
공유해봅니다.
스타벅스를 이용하시는 분들이 많은것같아서요~