feat. 일반 템플릿 로그 추가
This commit is contained in:
@@ -8,6 +8,7 @@ import type { Platform } from '#layers/types/components/button'
|
||||
interface Props {
|
||||
components: PageDataTemplateComponents
|
||||
pageVerTmplSeq: number
|
||||
pageVerTmplNameEn: string
|
||||
}
|
||||
|
||||
const props = defineProps<Props>()
|
||||
@@ -362,7 +363,7 @@ const handlePreregistClick = () => {
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<BlocksSlideDefault v-bind="splideOptions">
|
||||
<WidgetsSlideDefault v-bind="splideOptions">
|
||||
<SplideSlide
|
||||
v-for="item in rewardImages"
|
||||
:key="item.id"
|
||||
@@ -380,7 +381,7 @@ const handlePreregistClick = () => {
|
||||
class="w-full h-full object-contain"
|
||||
/>
|
||||
</SplideSlide>
|
||||
</BlocksSlideDefault>
|
||||
</WidgetsSlideDefault>
|
||||
</ClientOnly>
|
||||
</div>
|
||||
<WidgetsDescription
|
||||
|
||||
Reference in New Issue
Block a user