Fix. GR_VISUAL 템플릿 컴포넌트 정리
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
<script setup lang="ts">
|
||||
import { SplideSlide } from '@splidejs/vue-splide'
|
||||
import { getComponentGroup, getComponentGroupAry } from '#layers/utils/dataUtil'
|
||||
|
||||
interface Props {
|
||||
@@ -99,9 +100,8 @@ const bannerSize = {
|
||||
class="mt-[48px] md:mt-[72px]"
|
||||
/>
|
||||
<WidgetsBannerList
|
||||
:banner-list="bannerListData"
|
||||
banner-mode="auto"
|
||||
:banner-size="bannerSize"
|
||||
:slide-item-list="bannerListData"
|
||||
:slide-item-size="bannerSize"
|
||||
:arrows="true"
|
||||
:pagination="false"
|
||||
class="mt-[36px] md:mt-[60px]"
|
||||
|
||||
Reference in New Issue
Block a user