nuxt-gtm
nuxt-gtm copied to clipboard
Nuxt Auto Imports are messed up in <template>
When I enabled this module, TS will highligh all by uilts/* function calls and $config $router globals.
Property '******' does not exist on type 'CreateComponentPublicInstanceWithMixins<Readonly....
After some digging, I found this comment, what might help: https://github.com/nuxt/nuxt/issues/28707#issuecomment-2322297706
What is causeing this issue? BTW, the app works is both dev and build, it's just a warning, but nonetheless I'd like to get rid of all red hightlights :)