Nestor Vera

Results 124 comments of Nestor Vera

Probably an issue with your the way your project is set up. If you can share a repo, someone might be able to help you out debugging it. Better suited...

Looks like you might be using v0.x if that class doesn't work for you. Is that the case?

Maybe you're using purgecss and the extractor is not picking your classes up? Hard to say without a repo we can take a look at. Either that or set an...

Why don't you just add that to your stylesheet?

You could also read the changelog and see v2.3.0 was the one that dropped support for v2.11 but I guess it's just easier to open issues and ask other people...

> Is there any way to manually disable the gtm-module after it has been initialized? I guess > > ```js > this.$gtm.init(null) > ``` This will result in a 404...

@Nakroma I'd say adding a failing test to demonstrate how this is broken in the current version of the module would be extremely helpful and get us one step closer...

> Without investigating too much, maybe it would work for you to set the `pages` option ([i18n.nuxtjs.org/options-reference#pages](https://i18n.nuxtjs.org/options-reference#pages)) based on the API response instead? Yeah, that's what I'm using for most...