chore: add analytics

This commit is contained in:
LeoKu
2021-10-19 21:12:37 +08:00
parent 0f47280029
commit 1141214114
6 changed files with 47 additions and 17 deletions

2
src/env.d.ts vendored
View File

@@ -9,5 +9,5 @@ declare module '*.vue' {
interface Window {
// eslint-disable-next-line @typescript-eslint/no-explicit-any
gtag: any
gtag: (...params: any[]) => void
}