You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use $ga in a middleware, but it doesn't seem to contain it.
I tried using context.$ga and context.app.$ga but they are undefined.
I also tried putting '@nuxtjs/google-analytics' in both buildModules and modules in nuxt.config.js but didn't work either.
export default function (context) {
console.log(context.$ga)
console.log(context.app.$ga)
}
both logs are undefined.
The text was updated successfully, but these errors were encountered:
I'm trying to use $ga in a middleware, but it doesn't seem to contain it.
I tried using
context.$ga
andcontext.app.$ga
but they are undefined.I also tried putting
'@nuxtjs/google-analytics'
in bothbuildModules
andmodules
innuxt.config.js
but didn't work either.both logs are undefined.
The text was updated successfully, but these errors were encountered: