vue-modal-dialogs
vue-modal-dialogs copied to clipboard
Port to Vue 3 (vue-next)
Hey,
thanks for this plugin. I was wondering if there are any plans on porting this project to Vue3?
Cheers.
Sorry for the late reply. Currently I have no plan to migrate this project to Vue 3 before Vue 3 is stable. Contribution is welcomed!
Vue3 has Teleport feature that could siplify plugin...
any updates? vue3 has been stable for a while now :-)
Guys, I'm working on my own library inspired by this great project. It works on Vue 3. But I used new Composition API and some hooks. I want to provide the same functionality as this project but in new way, using new futures that Vue 3 bring us. Please check this one and say what you think. https://github.com/harmyderoman/vuejs-confirm-dialog
Hello,
Not a genuine port to Vue 3, but the basic functionality is there : https://github.com/rlemaigre/vue3-promise-dialog
Have fun !
@rlemaigre Thanks a lot! I have pasted your work on README. This repo will be archived.