We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
context.app.head
The operation of nuxt/compposition-api makes context.app.head a function. then gtm-module initialization fails at here.
The process of updating nuxt3 requires composition-api, and gtm-module cannot be removed from the application. Is there any solution or workaround?
https://github.com/resessh/repro-composition-api-initialize-failure
The text was updated successfully, but these errors were encountered:
I ran into this while trying to use with @nuxtjs/i18n's SEO features: https://i18n.nuxtjs.org/seo/#setup
Sorry, something went wrong.
We have the same issue on our project. Currently the gtm-module prevents us from updating our code-base.
我们的项目也有同样的问题。目前 gtm 模块阻止我们更新代码库。
Was it finally solved?
No branches or pull requests
Issue
The operation of nuxt/compposition-api makes
context.app.head
a function. then gtm-module initialization fails at here.The process of updating nuxt3 requires composition-api, and gtm-module cannot be removed from the application. Is there any solution or workaround?
To reproduce
https://github.com/resessh/repro-composition-api-initialize-failure
The text was updated successfully, but these errors were encountered: