vue-modal-dialogs icon indicating copy to clipboard operation
vue-modal-dialogs copied to clipboard

Port to Vue 3 (vue-next)

Open theovier opened this issue 5 years ago • 5 comments

Hey,

thanks for this plugin. I was wondering if there are any plans on porting this project to Vue3?

Cheers.

theovier avatar Jun 27 '20 10:06 theovier

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!

hjkcai avatar Sep 02 '20 01:09 hjkcai

Vue3 has Teleport feature that could siplify plugin...

Troyhy avatar Oct 15 '20 16:10 Troyhy

any updates? vue3 has been stable for a while now :-)

githendrik avatar Aug 30 '21 11:08 githendrik

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

harmyderoman avatar Jan 18 '22 20:01 harmyderoman

Hello,

Not a genuine port to Vue 3, but the basic functionality is there : https://github.com/rlemaigre/vue3-promise-dialog

Have fun !

rlemaigre avatar Jan 27 '22 10:01 rlemaigre

@rlemaigre Thanks a lot! I have pasted your work on README. This repo will be archived.

hjkcai avatar Jun 07 '23 02:06 hjkcai