ThomasLeconte / vuetify3-dialog

Vue 3 & Vuetify 3 plugin to create dialogs (confirm, warn, error), toasts or bottom-sheets with Promises anwsers.
https://www.npmjs.com/package/vuetify3-dialog
MIT License
26 stars 9 forks source link

vuetify 3.3.4 Not compatible? #8

Closed JunwayGuo closed 11 months ago

JunwayGuo commented 11 months ago

image

ThomasLeconte commented 11 months ago

Hi, Vuetify 3.3.4 was with a lot of "labs" components (and with bugs too), including BottomSheet component. With last version 3.4.0, all last labs components have been fixed of their bugs, so they have been moved from "labs" directory to "lib" directory of Vuetify. That's why the import not work in your case 😉I finally choose to install v3.4.0 to prevent users from bugs, you can see It in package.json of projet 😉

ThomasLeconte commented 11 months ago

Vuetify v3.4.0 is so much better, install It if you can 😉 (or new update if available)

JunwayGuo commented 11 months ago

Yes, thank you very much, I have upgraded to 3.4.0