Andre Luis dos Santos

Results 7 comments of Andre Luis dos Santos

If anyone needs a library for gtag in nuxt 2, I recommend adding the script link "src="https://www.googletagmanager.com/gtag/js?id=G-XXXXXX" in the head of nuxt.config.js and then create middleware with the code: window.dataLayer...

> Hi folks. I've been using Mirage for 3 years. It's awesome, thanks! > > well, I have same question. How we could intercept a requesting using Cypress? I don't...

> @renatosistemasvc Which Vue version did you used to compile?! Mine it's not working... > > Unknown option --config. this is happening to me too, any solution?

I managed to solve the autocomplete by following this recommendation: https://github.com/nuxt/nuxt/issues/25371 Basically I added this code at the end of the plugin: ``` declare module 'vue' { interface GlobalComponents {...

I have the same problem. the css leaks into ours components. In my case borders not work

I have the same issue, some help?