phillip
phillip
I noticed the issue after building my project as well, using Nuxt 3 RC6. I have 2 different layouts and each of them imports specific CSS. `layouts/default.vue` ```html @import '~/assets/scss/main.scss';...
@mikeu `:zoomAnimation="true"` did it for me, thanks!
@boxblinkracer Thank you very much. I will try that out, unfortunately I now have another issue with Windows long paths [which I created here, too](https://github.com/dockware/dockware/issues/57). #57 **EDIT:** Found a workaround...
What would be the best approach if my submit button is within a custom component? ```ts const schema = [ { $cmp: CrudHeader, props: { title: t('new_client'), submit: props.context ===...
Have you found a solution for this @peterschoene ?
I can confirm that this happens since v1.0.0
> I'm currently only able to reproduce it on **Safari** and in **dev environments**. If there are additional scenarios where this bug occurs, please let me know. For me, this...
Any updates on this? Or am I the only one experiencing this issue?
Has anyone found a solution for this?
*Push* I have a similar issue in a Vercel environment. I'm using the i18n Nuxt module. (https://github.com/nuxt-modules/i18n) I have a webhook which makes an API call and sometimes the API...