-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] Vue 3 support #8
Comments
Hi there, Thank you for your message. It would be relatively simple to migrate (remove functional templates, use composition API, etc) but I can not provide a release date yet. Meanwhile, the README can be updated to clarify that only Vue 2.0 is currently supported. |
Hello, thank you for your quick response. If you know a way to support Vue 3 without dropping the Vue 2 support, let me know and I can help you with that. |
README has been updated to specify the currently supported version Unfortunately, Vue 3 If it can't be done, a solution is to create a Regardless, most of the components work directly on Vue 2 and Vue 3 by dropping the |
FYI there's https://github.com/vueuse/vue-demi. You can support both vue 2 and 3 using that. Renderless components. Example implementation https://github.com/wobsoriano/vue-winbox/ |
@wobsoriano Thank you for your suggestion, along with an implementation example 👍 |
Is your feature request related to a problem? Please describe.
Hello. First of all, great component library 👏!
My question is, it's possible to I use mijin right now with Vue 3 or Vite? I tried with both in a few different ways, but I had no success.
If not, do you plan to support them on a near future?
Describe the solution you'd like
Use Mijin with Vue 3.
Describe alternatives you've considered
Use Mijin with Vue 2.
Additional context
Console error
The text was updated successfully, but these errors were encountered: