feat: add google analytics
This commit is contained in:
5
src/env.d.ts
vendored
5
src/env.d.ts
vendored
@@ -6,3 +6,8 @@ declare module '*.vue' {
|
||||
const component: DefineComponent<{}, {}, any>
|
||||
export default component
|
||||
}
|
||||
|
||||
interface Window {
|
||||
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||
gtag: any
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user