Jesús Olano
Jesús Olano
Hi @Intergalactik, I solved this by storing the form data in an array `this.formData = {};` And then "getting out" the cart info from the directive `this.productData = ngCart.$cart;` Then...
Hi, thanks for your reply. I have also used those functions when I'm inside the ng directive (for example, in the cart.html or checkout html files). The point is that...
I'm trying it in local and it's not redirecting at all, while the previous version (see [this closed issue](https://github.com/nuxt-community/redirect-module/issues/19#issuecomment-456903796) did work properly (when there were no params in the URL).
I'd ask to leave the option to have all the translations in a separate file, in a "locales" folder (and not based in components). The reason is that many components...
I have it organized a little bit different, with the locales folder at the same level with the components folder, and then a file for each language. That's also how...
I was thinking more in something like this (as it mimics how I would set the translations IRL). While in CSS it can make sense to have separate CSS's for...
Yep, I would do it that way (assigning a translation key to each of the markdown texts).
Hi @NightCatSama. I'm trying to use version 3.0.25 with SSR in Nuxt (2.6.1) So far I included this in `nuxt.config.js` ``` module.exports = { plugins: [ '~/plugins/vue-slider-component' ] } ```...
Hi, confirmed that it works OK both as a plugin as described in [](https://github.com/NightCatSama/vue-slider-component/issues/114#issuecomment-480800192) and including it locally in a page or in a component. (my local copy was stuck...