-
Notifications
You must be signed in to change notification settings - Fork 18
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
Upgrade to vue 2.6.14 #57
Comments
I ended up writing a somewhat similar package that uses Vue 3. It's available at https://github.com/flatsurf/ipymuvue. |
Awesome work
ipyvue <https://github.com/widgetti/ipyvue> heavily inspired this
package; ipyvue builds on Vue 2, it does not ship a full SFC compiler, it
does not have support for external packages and it does not support
defining components that completely run on the client
Does it make sense to get these features into ipyvue?
And can we upgrade ipyvue Mario?
On Sat, 30 Jul 2022 at 06:21, Julian Rüth ***@***.***> wrote:
I ended up writing a somewhat similar package that uses Vue 3. It's
available at https://github.com/flatsurf/ipymuvue.
—
Reply to this email directly, view it on GitHub
<#57 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AANPEPO4MVQY6QPXDO2IV63VWSUUHANCNFSM5VIAI74Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
Maarten Breddels
Software engineer / consultant / data scientist
Python / C++ / Javascript / Jupyter
www.maartenbreddels.com / vaex.io
***@***.*** +31 6 2464 0838 <+31+6+24640838>
[image: Twitter] <https://twitter.com/maartenbreddels>[image: Github]
<https://github.com/maartenbreddels>[image: LinkedIn]
<https://linkedin.com/in/maartenbreddels>[image: Skype]
|
I guess this will be superceeded with #82 |
Thanks for bringing this up @12rambau. We want to keep supporting Vue 2, so it might still make sense to update the vue version. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This package builds against (and bundles) a rather old version of Vue.js (2.6.10.) This causes problems with single file components that have been compiled with the latest vue-template-compiler (2.6.14), namely, the generated render functions contain some scoped-slot magic that this version of Vue.js does not seem to understand yet.
Could we upgrade the bundled version of Vue.js to 2.6.14?
(I am happy to provide the PR if you think that this is a good idea.)
The text was updated successfully, but these errors were encountered: