Alex Grozav
Alex Grozav
The icon component renders using a render function and should still render even with that error. I need to remove the template from the vue file. It's a bug, thanks...
Thank you for reporting this! Indeed, submitting the form should set the form to be `touched` and allow you to display errors. I'll provide a fix for it in the...
Hey! We have a guide for it inside the Guides section. I'll look into how to inject the postcss preset during installation (at least for Nuxt). https://www.inkline.io/docs/introduction/guides/postcss
HI @Extarys, thank you for reporting this. I'll take some time to fix it over the weekend! :)
Thank you for reporting this. It's a bug indeed. I'll try out your suggestions and see what I come up with.
Hi @intjelic, it's likely a bug. Can you share your validation schema and markup so I can test it out properly? Thank you! :)
Hey @jb3rndt, instead of importing your scss (i.e. `inkline.scss`) in every component, you should import them globally in your `main.ts` file. Otherwise, the scss will get recompiled every time this...
A possible cause for this could be that all the files are named index.vue.
I can confirm that the coverage files start showing properly again after moving `components/MyComponent/index.vue` to `components/MyComponent.vue` and writing the script, style and template inside the vue file instead of using...
> Per-page translations are supported. Not exactly the way you are asking for but have a look here: https://nuxt-community.github.io/nuxt-i18n/vue-i18n-loader.html#vue-i18n-loader That might be a good solution to my problem, thank you!...