mohsen piri

Results 3 comments of mohsen piri

Hi I got the same issue on Nuxt 3 SSR project, this bug comes from this package that does not support SSR, so you have two solutions: 1. adding `.client`...

> i did it with this way, `components: { datePicker: () => import('vue-persian-datetime-picker'), }` @Mohsen-graphyy yeah, I think this method can prevent extra bundle size on all of your project...

I have removed `@nuxt/ui` and reinstalled it in my project and as before nuxt loads fast, only takes 3 or 5 seconds per save change. Faster version: `"@nuxt/ui": "^2.16.0"`, But...