feat: GA/SA 추가 완료

This commit is contained in:
“hyeonggkim”
2025-09-22 19:17:34 +09:00
parent 2ea8b69f7b
commit 1d0b5aa827
12 changed files with 88 additions and 192 deletions

View File

@@ -1,9 +1,12 @@
<script setup lang="ts">
interface Props {
components: Record<string, any>
pageVerTmplSeq: number
}
const props = defineProps<Props>()
</script>
<template>
@@ -28,6 +31,7 @@ const props = defineProps<Props>()
<WidgetsVideoPlay
v-if="props.components.videoPlay"
:resources-data="props.components.videoPlay.groups[0]"
:page-ver-tmpl-seq="props.pageVerTmplSeq"
/>
</div>
</section>