chore: add icp

This commit is contained in:
YunYouJun
2022-04-16 00:44:48 +08:00
parent cb48ca5a07
commit a9937d1b29
4 changed files with 15 additions and 6 deletions

View File

@@ -5,6 +5,6 @@ export const install: UserModule = ({ app }) => {
// add google tag manager, and add GA4 in gtag
app.use(createGtm({
id: 'GTM-5FJSV46',
debug: true,
debug: import.meta.env.DEV,
}))
}