feat. 페이지 분석 로그 데이터 기능 추가 및 컴포넌트 수정

This commit is contained in:
“hyeonggkim”
2025-10-01 21:41:47 +09:00
parent 5f140aced1
commit 5646c2501b
9 changed files with 78 additions and 25 deletions

View File

@@ -49,6 +49,7 @@ const props = defineProps<Props>()
<WidgetsButtonList
v-if="hasComponentGroup(item, 'buttonList')"
:resources-data="getComponentGroupAry(item, 'buttonList')"
:page-ver-tmpl-seq="Number(props.pageVerTmplSeq)"
class="mt-[28px] md:mt-[52px]"
/>
</div>