Skip to main content

All Questions

0 votes
0 answers
2k views

vue-gtag: `gtag.js couldn't be loaded`

I am new to javascript frameworks in general and trying to learn vue. I am trying to use google analytics for data collection on my site, so I'm using vue-gtag. I followed a couple of youtube ...
A Deshmukh's user avatar
4 votes
3 answers
7k views

How to access plugin from nuxt.js store?

I have this gtag (analytics plugin) that I can access on my components but never on my store. I would appreciate any opinions. Thanks plugins/vue-gtag.js import Vue from "vue" import VueGtag ...
obliviousfella's user avatar