feat. 일반 템플릿 로그 추가
This commit is contained in:
@@ -14,16 +14,17 @@ import {
|
||||
import type { PageDataTemplateComponents } from '#layers/types/api/pageData'
|
||||
import type { ReqCouponList } from '#layers/types/api/couponData'
|
||||
|
||||
// Props
|
||||
interface Props {
|
||||
id?: string
|
||||
components: PageDataTemplateComponents
|
||||
pageVerTmplSeq: number
|
||||
pageVerTmplNameEn: string
|
||||
}
|
||||
const props = defineProps<Props>()
|
||||
|
||||
// Configuration
|
||||
provide('pageVerTmplNameEn', props.pageVerTmplNameEn)
|
||||
|
||||
const runtimeConfig = useRuntimeConfig()
|
||||
|
||||
const stoveApiUrl = runtimeConfig.public.stoveApiUrl as string
|
||||
const dataResourcesUrl = runtimeConfig.public.dataResourcesUrl as string
|
||||
const multilingualFileName = 'STOVE_PUBTEMPLATE_homepage_brand_coupon.json'
|
||||
@@ -486,7 +487,6 @@ onMounted(async () => {
|
||||
|
||||
<template>
|
||||
<WidgetsFixMainTitle
|
||||
:id="props.id"
|
||||
:title="tm('Coupon_Page_Title')"
|
||||
:resources-data="backgroundData"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user