fix. 프롭스 네이밍 통일

This commit is contained in:
clkim
2025-09-25 10:17:31 +09:00
parent ea3cf718fa
commit 7aa2ee7f36
5 changed files with 20 additions and 12 deletions

View File

@@ -43,10 +43,14 @@ const buttonListData = computed(() =>
:resources-data="descriptionData"
class="w-[355px] md:w-[944px]"
/>
<WidgetsVideoPlay v-if="videoPlayData" :resources-data="videoPlayData" />
<WidgetsVideoPlay
v-if="videoPlayData"
:resources-data="videoPlayData"
:page-ver-tmpl-seq="Number(props.pageVerTmplSeq)"
/>
<WidgetsButtonList
v-if="buttonListData.length > 0"
:groups-data="buttonListData"
:resources-data="buttonListData"
button-type="market"
class="mt-[28px] md:mt-[52px]"
/>