Matteo Gabriele

Results 34 comments of Matteo Gabriele

Yeah I saw that but I have to extend the plugin with whatever the developer adds as options: do I have to render every key/value pairs with a for loop...

I now have it working, but I have this warning in the terminal that I don't understand, to be honest 😄 `18:20-32 "export 'default' (imported as 'VueAnalytics') was not found...

Besides this warning, I've pushed some changes to the repo this is what needs to be added in the nuxt.config.js file ```js ... modules: [ ['@nuxtjs/google-analytics', { id: 'UA-12301-2' }]...

yeah I can make a check for the `ua` property, the top level options and I will add few lines in the readme so to let the developer know the...

@pi0 I've added `ua`, top level options and little bit of usages.

I've updated the vue-analytics version used by the module to the latest v5.

I stopped the updates on vue-analytics and managed to publish vue-gtag after google finally switched to gtag.js. Now I just finished vue-gtag update for Vue 3 as well (still under...

Who's still waiting for this in 2018?

It just became a tradition to come here once a year to check

Hi Peter, could you create a reproduction of this with a simple vue-cli application so that I can have a look? Thanks