Remi Huigen

Results 5 comments of Remi Huigen

Okay, I did some more research and testing for the issues mentioned above, and came up with a workaround that seems to do the trick (at least partially). I'm not...

> Hi. This is an strange issue. Meanwhile we don't install dependencies of remote sources, it seems search path is also broken somehow. I will investigate better but meanwhile, as...

Same here! Just contacted support, since i don't think they are gonna respond to this github issue. Will post update if I get a response

> Same here! Just contacted support, since i don't think they are gonna respond to this github issue. Will post update if I get a response Just got a reply...

@drusellers try this 👇 ``` import VueGtag from 'vue-gtag-next' export default defineNuxtPlugin((nuxtApp) => { const config = useRuntimeConfig() nuxtApp.vueApp.use(VueGtag.default, { property: { id: config.public.googleAnalyticsId, }, }) }) ``` Actually, I...