mirror of
https://github.com/XShengTech/MEGREZ.git
synced 2026-01-14 00:57:17 +08:00
[Feat] ✨ Microsoft Clarity Analysis
This commit is contained in:
parent
a4c9d31f13
commit
c5bb6d1dbd
@ -14,6 +14,11 @@ import ToastService from 'primevue/toastservice';
|
||||
import '@/assets/styles.scss';
|
||||
import '@/assets/tailwind.css';
|
||||
|
||||
import Clarity from '@microsoft/clarity';
|
||||
|
||||
const projectId = 'pkz93ddlam'
|
||||
Clarity.init(projectId)
|
||||
|
||||
const app = createApp(App);
|
||||
|
||||
const pinia = createPinia()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user