Jonathan Arias

Results 47 comments of Jonathan Arias

Thanks Mr. @aeusse . It worked.

I think it should be: `this.$gtm.push({event: "conversion", send_to: "GTM_ID/gOBDCMmXXXXXX-XX" });` But I'm not sure if attributes should be other object or just comma separated. Give a try.

Hi @HZooly I'll give a try on weekend. I had to install the version 2 manually npm i [email protected], doing npm i vue-tour updated it to version 1.6.0. Have you...

Yesterday night I tried and it installed version 1.6, but today is working good. Thanks.

Same problem here with a Bootstrap vue sidenav.

Is it working? I've tried with `fill-opacity `option and nothing happened.

I've tried to set `fill` property due to in the docs you say whatever property not supported will be asumed by `SVG`, it puts the property fine, but is added...

Do you have a working example for me to try before creating the code snippet? Please. Additionally I should tell you I am migrating a Vue project into Nuxt and...

I was reading [this article](https://github.com/nuxt-community/nuxt-i18n/blob/master/docs/es/routing.md) and it says **no_prefix** does not work with **Custom Routers**. What should I do to correctly translate my routes?

Looking at the example you gave me, using `no_prefix` only keep the same initial route, so if I have **/about** it will be the same in Spanish and English, I'd...