Skip to content
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

Open
saraedum opened this issue May 6, 2022 · 4 comments
Open

Upgrade to vue 2.6.14 #57

saraedum opened this issue May 6, 2022 · 4 comments

Comments

@saraedum
Copy link

saraedum commented May 6, 2022

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.)

@saraedum
Copy link
Author

I ended up writing a somewhat similar package that uses Vue 3. It's available at https://github.com/flatsurf/ipymuvue.

@maartenbreddels
Copy link
Collaborator

maartenbreddels commented Jul 30, 2022 via email

@12rambau
Copy link
Contributor

I guess this will be superceeded with #82

@mariobuikhuizen
Copy link
Collaborator

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants