fix: use click for gtm
This commit is contained in:
@@ -3,5 +3,8 @@ import type { UserModule } from '~/types'
|
||||
|
||||
export const install: UserModule = ({ app }) => {
|
||||
// add google tag manager, and add GA4 in gtag
|
||||
app.use(createGtm({ id: 'GTM-5FJSV46' }))
|
||||
app.use(createGtm({
|
||||
id: 'GTM-5FJSV46',
|
||||
debug: true,
|
||||
}))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user