fix. GR_VISUAL_02 기획서 수정 적용

This commit is contained in:
clkim
2025-09-24 16:32:34 +09:00
parent cf15589fd0
commit 675ea26d1d
3 changed files with 16 additions and 3 deletions

View File

@@ -1,5 +1,4 @@
<script setup lang="ts">
import { SplideSlide } from '@splidejs/vue-splide'
import { getComponentGroup, getComponentGroupAry } from '#layers/utils/dataUtil'
interface Props {
@@ -100,6 +99,7 @@ const bannerSize = {
class="mt-[48px] md:mt-[72px]"
/>
<WidgetsBannerList
v-if="bannerListData.length > 0"
:slide-item-list="bannerListData"
:slide-item-size="bannerSize"
:arrows="true"