feat. 일반 템플릿 로그 추가
This commit is contained in:
@@ -75,7 +75,7 @@ watch(isPAssApiLoading, newVal => {
|
||||
|
||||
onMounted(() => {
|
||||
const { sendLog } = useAnalytics()
|
||||
sendLog(locale.value, useAnalyticsLogDataDirect('view', 1))
|
||||
sendLog(locale.value, useAnalyticsData('view'))
|
||||
|
||||
if (!hasApiCallStarted.value) {
|
||||
loadingStore.stopFullLoading()
|
||||
@@ -94,6 +94,7 @@ onMounted(() => {
|
||||
:id="template.page_ver_tmpl_name_en"
|
||||
:components="template.page_ver_tmpl_json"
|
||||
:page-ver-tmpl-seq="template.page_ver_tmpl_seq"
|
||||
:page-ver-tmpl-name-en="template.page_ver_tmpl_name_en"
|
||||
/>
|
||||
</template>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user