-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This plugin doesn't work for AW-* tags #15
Comments
PS. What you need apart from |
ahh, and tried with |
danieldanielecki
added a commit
to Doyban/Doyban-Website
that referenced
this issue
Oct 25, 2023
…-gtm' plugin to improve code readability and remove potential confusion 🔒 chore(nuxt.config.ts): temporarily disable GTM plugin due to unresolved issue (zadigetvoltaire/nuxt-gtm#15) and add a TODO comment for future reference
This was referenced Nov 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It creates an error
[nuxt] error caught during app initialization Error: 'AW-*' is not a valid GTM-ID (/^GTM-[0-9A-Z]+$/). Did you mean 'GTM-*'?
, which is issue one.However, it also creates very unintuitive error when using
Vuetify
for a project, namelynuxt.js?v=49ff4004:96 [nuxt] error caught during app initialization Error: [Vuetify] Could not find defaults instance
. Lots of functionalities don't work with that setup.Repo to reproduce: https://github.com/Doyban/Doyban-Website/tree/cab0e05bd28d2e11241b88a72087c001dc2ba188
I tried Node 16/18/20, Vuetify with/out SSR, and the same issue.
The text was updated successfully, but these errors were encountered: