nuxt-gtm icon indicating copy to clipboard operation
nuxt-gtm copied to clipboard

🚩Is this still being maintained?

Open TimGuendel opened this issue 1 year ago • 4 comments
trafficstars

There are several unanswered issues and open pull requests - but the last activity was 2023 🤔

TimGuendel avatar Sep 18 '24 09:09 TimGuendel

Just moved to the https://scripts.nuxt.com, works well:

  modules: [
    ... 
    '@nuxt/scripts',
  ],

  scripts: {
    registry: {
      googleTagManager: {
        id: 'GTM-NTLNMP5',
      },
    },
  },

iBobik avatar Nov 30 '24 15:11 iBobik

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.

blowsie avatar Mar 19 '25 16:03 blowsie

Sadly, is missing many features from here.

Which features? Many things I had in mind has workaround, see docs.

iBobik avatar Mar 20 '25 12:03 iBobik

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

blowsie avatar Mar 27 '25 23:03 blowsie