0👍
try entering this in nuxt.config.ts
{ src: '~/plugins/main.ts', // if you use ssr ssr: true // if you use csr mode: 'client' // chooise one }
source : https://www.carlcassar.com/articles/add-google-analytics-to-a-nuxt-js-app
- [Vuejs]-Spring Throwing 404 After nginx Call
- [Vuejs]-Vue js v-model is doesn't change the value in the text input or the value in the data
0👍
I’m not sure if it’s possible to use the get
method in vue-gtag
; I think query
method is not prepared for that:
https://github.com/MatteoGabriele/vue-gtag/issues/251
Source:stackexchange.com