fix: emoji animation postion by createElement

This commit is contained in:
YunYouJun
2022-04-17 04:07:48 +08:00
parent 3d9a701ea4
commit 650e1f666b
3 changed files with 24 additions and 43 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: import.meta.env.DEV,
// debug: import.meta.env.DEV,
}))
}