From b73f1abc14b585ffc3d2d4daca4e058a97b5f233 Mon Sep 17 00:00:00 2001 From: clkim Date: Wed, 3 Dec 2025 20:06:51 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EB=B9=84=EB=94=94=EC=98=A4=20=EB=B0=B0?= =?UTF-8?q?=EA=B2=BD=20=EB=B3=B4=EB=8D=94=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/widgets/Background.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/components/widgets/Background.vue b/layers/components/widgets/Background.vue index 1b69833..3f13562 100644 --- a/layers/components/widgets/Background.vue +++ b/layers/components/widgets/Background.vue @@ -52,6 +52,7 @@ const gradientClasses = computed(() => [ :src="resourcesSrc" :poster="posterSrc" :play="videoPlay" + :bordered="false" class="w-full h-full object-cover" />