-
Notifications
You must be signed in to change notification settings - Fork 48
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
Vue3 support? #88
Comments
I am interested indeed in adding a Vue 3 support, either as a universal library or by making a separate Vue 3 package. I know it has been released, but it is still an early stage and they promised to also port some V3 features back to V2 and also release a "migration build" which will be more backward compatible (not sure though if it is good to rely on it for a component, as the target application may not use the migration build). Anyway, I haven't study this deeply, it might actually be not that complex to support both Vue versions, as while working on my version of emoji mart, I extracted most of the logic out of components, so they are a relatively thin layer on top of Vue-independent code (the |
After initial testing, there was a small issue in Vue 3, which is fixed and now the I also added a demo app with Vue 3 here. Not closing this issue yet for the case other problems are found. |
Hi there. It appears I've found one. I'm currently using Vue 2 with Nuxt.js, and attempting to use version 8.0.1 causes the following errors to occur whenever I attempt to scroll within the component, or click one of the tabs at the top. As a note, I do use some custom emojis so that may affect it. Contact me if I can provide you with any other information! |
@Alex-R-31 Thanks for reporting it! I've just published version 8.0.3 with a fix. Can you check if it works for you? |
@serebrov that's fixed it! Thanks for the speedy response. |
Is there any plan to support Vue3? If any, APIs have changed significantly in Vue3, and I wonder how simultaneous support for both Vue 2 and 3 will be realized.
I may want to contribute if possible.
The text was updated successfully, but these errors were encountered: