feat: 트래킹 로그 추가(v-analytics="logData")
This commit is contained in:
@@ -33,10 +33,11 @@ const handleCloseModal = () => {
|
|||||||
<template>
|
<template>
|
||||||
<button
|
<button
|
||||||
v-if="resourcesData"
|
v-if="resourcesData"
|
||||||
|
v-analytics="logData"
|
||||||
class="bg-cover bg-center bg-no-repeat w-[66px] h-[66px] lg:w-[100px] lg:h-[100px]"
|
class="bg-cover bg-center bg-no-repeat w-[66px] h-[66px] lg:w-[100px] lg:h-[100px]"
|
||||||
:class="getResponsiveClass()"
|
:class="getResponsiveClass()"
|
||||||
:style="bgStyles"
|
:style="bgStyles"
|
||||||
@click="() => { handleVideoPlayClick(); sendLog(locale, logData); }"
|
@click="handleVideoPlayClick()"
|
||||||
>
|
>
|
||||||
<span class="sr-only">videoPlay</span>
|
<span class="sr-only">videoPlay</span>
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Reference in New Issue
Block a user