Joffrey
Joffrey
I have the same issue, and for resolved I import manually the components inside slot. But it's better if I don't have to do this. With the previous version it's...
But @pi0 however on version **2.14.12** of nuxt which uses **nuxt/components V1** it works fine, why it doesn't work anymore I don't understand. So the solution is to import each...
I thought that the auto import was "just an automatic import of components" in the components folder but it's more complicated thank's :) So you advise me to import the...
Hi @JulianMar the pr of bugsnag is closed is it ok for add performance option ?
The pull request https://github.com/vueform/multiselect/pull/395
Do like this: ``` typescript @Component({ async asyncData({ params, error }) { π// impossible to use this.$http on @component π const http = Vue.prototype.$nuxt.$http; const objectGet = await http.get('/url') const...
Hi @Stahlman99 sorry for the delay, your pr doesn't work without image
Hi @Fasikawkn sorry for the delay :D you can just pass the props `middle-circle` to `false`, do not used Javascript dom selector using new version **2.0.0**
Hi @remcoz @arqamtahir do you have a reproduction link ? You need to passed disabledDates, not enable date to the calendar If you want to disable date before or after...
Hi @arqamtahir please provide a minimal reproduction link with codesandbox π I think you need to read the documentation itβs not a bug, if you want to block specific dates...