vue-gtm
vue-gtm copied to clipboard
Simple implementation of Google Tag Manager for Vue
This plugin does not apply the nonce attribute to the gtm script tag. when inspecting the script element in chrome I can see no nonce value added to the attributes...
I might be that I am just incredibly stupid but how can i get consent mode v2 working with this package? I am quite new to Google analytics and tag...
I have a problem with Vite inline, which in production mode just copies the `useGtm` function wholesale to the calling file, without copying the scope. This fix solves that problem,...
## Request / Idea Page speed insights is complaining about Google Analytics module blocking the main thread. I figured that Partytown web worker can help avoid blocking the main thread...
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.7.2 to 6.15.0. Release notes Sourced from @typescript-eslint/parser's releases. v6.15.0 6.15.0 (2023-12-18) Features eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846 eslint-plugin: [require-array-sort-compare] support toSorted (#8052)...
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.2 to 6.15.0. Release notes Sourced from @typescript-eslint/eslint-plugin's releases. v6.15.0 6.15.0 (2023-12-18) Features eslint-plugin: [no-useless-template-literals] add new rule (#7957) (ff75785), closes #2846 eslint-plugin: [require-array-sort-compare] support toSorted (#8052)...
Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 0.34.5 to 1.1.0. Release notes Sourced from vitest's releases. v1.1.0 🚀 Features Add es-main compatibility to vite-node - by @zookatron in vitest-dev/vitest#4751 (486a3) Add --workspace option, fix...
Bumps [rimraf](https://github.com/isaacs/rimraf) from 5.0.1 to 5.0.5. Commits 3cc9222 5.0.5 562b912 tshy 1.2.2, build with main ffc44d3 5.0.4 0a84af6 bin: remove realpath, use testing env instead 2e8e0d3 GitHub Actions: Node.js v20...
Bumps [@gtm-support/core](https://github.com/gtm-support/core) from 2.1.0 to 2.2.0. Release notes Sourced from @gtm-support/core's releases. 2.2.0 What's Changed Add push method to the GtmSupport class by @lukasaric in gtm-support/core#352 New Contributors @lukasaric made...
I am using `@gtm-support/vue2-gtm": "^1.0.0"` in one of my Vue-2 applications and the Vue versions are as follows: ``` "vue": "^2.5.2", "vue-cookies": "^1.5.4", "vue-i18n": "^8.0.0", "vue-recaptcha": "^1.1.1", "vue-router": "^3.0.1", "vue-scrollto":...