fix. GrGallery03 데이터 연결

This commit is contained in:
clkim
2025-10-20 13:15:54 +09:00
parent ebfdd5c8fd
commit 3d97601bfd
3 changed files with 9 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ const splideRef = ref<SplideSlide | null>(null)
const currentSlide = ref<number | null>(null)
const slideData = computed(() => {
return getComponentContainer(props.components, 'group_sets')
return getComponentContainer(props.components, 'group_sets', { maxLength: 5 })
})
const goToSlide = (index: number) => {