Kateryna Sychova
Kateryna Sychova
> I tried use it on Nuxt3 (Vue3) Unfortunately it didn't work cry the same thing... 4 years with vue-js-modal and vue 2... but when i migrate to vue3 and...
i had the same error. Vue3 with nuxt3
> I didn't encounter this issue until upgrading from rc-12 to 1.0.0. In dev and in local build it works fine, but as soon as it is deployed to Netlify...
> System info: > > ``` > $ uname -a > Linux kali 5.18.0-kali2-amd64 #1 SMP PREEMPT_DYNAMIC Debian 5.18.5-1kali1 (2022-06-20) x86_64 GNU/Linux > ``` > > Make output: > >...
> Hi @liulei92. I have the same issue in my project. Vue 3, Vite 3. Maybe you already have a solution? i remove locale imports import DatePicker from 'vue-datepicker-next' //...
> Hi @liulei92. I have the same issue in my project. Vue 3, Vite 3. Maybe you already have a solution? It works fine ``` ClientOnly DatePicker( v-model:value="model" :lang="locales[locale]" @clear='model...