lepikhinb / momentum-modal

MIT License
442 stars 26 forks source link

Vue 2 #30

Closed wrtisans closed 1 year ago

wrtisans commented 1 year ago

is there a reason to work only on vue 3 ? i've a proyect with vuetify and vue 2 and i would like to use this awesome package .. it's possible to make a PR to add support for vue 2 ?

lepikhinb commented 1 year ago

Vue 2 is reaching EOL the next year. There’s no reason to not upgrade to Vue 3 now

wrtisans commented 1 year ago

i know but currently im using vuetify and today only works with vue 2 ... please see here

wrtisans commented 1 year ago

here

lepikhinb commented 1 year ago

Feel free to use the backend package and create an adapter for Vue 2. I guess, it’s doable with the Composition API dependency.

wrtisans commented 1 year ago

i will try, thanks a lot and congrats for this awesome package!