nuxt-gtm
nuxt-gtm copied to clipboard
🚩Is this still being maintained?
There are several unanswered issues and open pull requests - but the last activity was 2023 🤔
Just moved to the https://scripts.nuxt.com, works well:
modules: [
...
'@nuxt/scripts',
],
scripts: {
registry: {
googleTagManager: {
id: 'GTM-NTLNMP5',
},
},
},
Just moved to the https://scripts.nuxt.com, works well:
modules: [ ... '@nuxt/scripts', ], scripts: { registry: { googleTagManager: { id: 'GTM-NTLNMP5', }, }, },
Sadly, is missing many features from here.
Sadly, is missing many features from here.
Which features? Many things I had in mind has workaround, see docs.
Sadly, is missing many features from here.
Which features? Many things I had in mind has workaround, see docs.
Well not any more 2 days ago Harlan added support for missing options
https://github.com/nuxt/scripts/issues/434#issuecomment-2752356011