timtnleeProject / vuejs-clipper

Vue.js image clipping components using Vue-Rx.
https://timtnleeproject.github.io/vuejs-clipper/#/
MIT License
208 stars 32 forks source link

Vue3 support #134

Open arufonsekun opened 1 year ago

arufonsekun commented 1 year ago

Is your feature request related to a problem? Please describe.

I'm trying to use vuejs-clipper in my Vue3 app and it seems it only supports previous versions of vue, when Vue instance can be accessed easily.

Describe the solution you'd like Support for vue3

Describe alternatives you've considered Creating a plugin in vue3 and passing a instance of vuejs-clipper.

Additional context The error I'm getting:

image

timtnleeProject commented 1 year ago

Hi @arufonsekun , Since vuejs-clipper is dependent on vue-rx, vue-rx are not going to support vue3 yet. :( So this package is not available for vue3 for now.