From 0f5bbc02728cacff2d9ee7b187ec23602ba65b74 Mon Sep 17 00:00:00 2001 From: clkim Date: Thu, 4 Dec 2025 18:34:25 +0900 Subject: [PATCH] =?UTF-8?q?fix.=20=EC=8D=B8=EB=84=A4=EC=9D=BC=20=EB=93=9C?= =?UTF-8?q?=EB=9E=98=EA=B7=B8=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layers/components/blocks/slide/Thumbnail.vue | 4 +++- layers/templates/GrGallery01/index.vue | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/layers/components/blocks/slide/Thumbnail.vue b/layers/components/blocks/slide/Thumbnail.vue index 74d38b5..b119c0e 100644 --- a/layers/components/blocks/slide/Thumbnail.vue +++ b/layers/components/blocks/slide/Thumbnail.vue @@ -8,6 +8,7 @@ import type { } from '#layers/types/api/pageData' interface Props { + drag?: boolean thumbnailData: PageDataResourceGroup[] paginationData?: PageDataResourceGroups arrows?: boolean @@ -15,6 +16,7 @@ interface Props { } const props = withDefaults(defineProps(), { + drag: true, arrows: true, variant: 'default', }) @@ -47,7 +49,7 @@ const mainOptions = computed(() => ({ easing: 'ease-in-out', arrows: false, pagination: false, - drag: false, + drag: props.drag, })) const thumbOptions = computed(() => ({ diff --git a/layers/templates/GrGallery01/index.vue b/layers/templates/GrGallery01/index.vue index 7c4ca59..1bbbe6b 100644 --- a/layers/templates/GrGallery01/index.vue +++ b/layers/templates/GrGallery01/index.vue @@ -103,6 +103,7 @@ onBeforeUnmount(() => { class="title-md max-w-[944px]" />