peterbabinec

Results 3 comments of peterbabinec

I am facing the same issue. Does anyone know how to solve this?

I am experiencing the same, using `"vue-gtag": "^1.16.1"` and `"vue": "^2.7.13"`: configuration: ``` vue.use(VueGtag, { disableScriptLoad: false, bootstrap: false, config: { id: "G-XXXXXXXXXXXX" }, }); ``` and then doing this...