-
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
[Feature Request] Upgrade to Vue3 #31
Comments
Totally, although I don't currently use it. Are there any relevant breaking changes? |
There's not much really. Only the I haven't tested this. But I did the same thing on one my projects, I'm referencing the VueP5 directly but for this one, I don't think we'll able to globally register the component. We'll most certainly have to use VueP5 as a plugin going forward.
Hope this helps. |
Do you know if there's an API that exists both in Vue 2 and Vue 3? I'd like to avoid maintaining two separate branches. I'll probably get rid of
Hmm, so Vue 3 no longer has the ability to register a component globally, and the user must register every component they use with the app instance? Is that right? I guess I can use and recommend the new way of doing it, if only for making code future-proof! |
I was actually trying to figure that one out, like if there's a way where a lib uses Vue2 internally but ejected of some sort to be used in Vue3. Unfornately, I came up with nothing. lol
Yeah cool, something like a render component would probably be better.
Afaik, that's just how it is. In Vue3, we can only register a component on an existing app instance, but I'm not really sure I haven't read anything that says otherwise though. |
Are you still working on this? |
No, not really. The task is simpler now though. Now that Vue 3 is no longer experimental, it's reasonable to just upgrade, without keeping compatibility with Vue 2. I'd accept a PR. |
Hello, could you tell, how things are going with this issue? I wanted to try this library but it does not work with vue 3 😢 |
No changes, someone needs to step up and write a PR 🙂 |
@shkipan it was written more than two years ago, when Vue 3 was still experimental. I give it at least 60% chance that there'll be issues, so I'd rather have someone championing the update. A major concern with every update is maintaining support for two forms of import: as a Node package and as an HTML script tag with no build step. |
I see, thank you for the answer |
FYI - Vue2 is End of Life as of Dec 31st, 2023 Also for those looking - consider: |
Oh well, thanks for the info. Perhaps I'll find time after the new year. |
Would you consider upgrading to Vue3?
The text was updated successfully, but these errors were encountered: