-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Vue 3 compatibility #881
Comments
Hello, |
That's cool to hear! Vue 3 currently is in beta state - and the original plans have been to release it in Q2 2020, which is almost over now. https://github.com/vuejs/vue-next For the most part Vue 3 should be backwards compatible, so maybe your projects still work out of the box. |
Note, this is just about being usable, not porting the component to Vue 3 composition APIs. |
update: vuejs/rfcs#183 As of now, Vue 3 release is planned for early August. |
Hey there, first of all thanks for this amazing project. SortableJS is really great and provides a lot of features. With this repo it is very simple to use it in combination with VueJS. Because Vue 3 is RC now so the API should not change anymore, I thought I give it a try and make Vue.Draggable work with latest version. This is my first commit: brainformatik@8d6a813 Haven't really tested anything yet, just wanted to get a basic version working. As far as I found out, there are just a few things I had to change for this (no guarantee for 100% working solution though):
Hope this helps a little bit for the migration process of this great project! Keep up the great work. |
hey, guys, check this vue draggable with vue 3 support https://www.npmjs.com/package/vue-draggable-next based on the same vue.draggable and sortable js project Things which Works
I think most of the people required basic features that I have covered, more advanced features like header/footer slots, and keeping vue component as a tag which not supported for this time. |
@anish2690
|
@MaybeQHL yes it works but it will create lots of warning for normal use cases. |
This is what I did:
|
@MaybeQHL but vue still trigger warning for feel free to create a pull request to https://github.com/anish2690/vue-draggable-next WIP - Resolve-component |
@MaybeQHL add support for rendering vue component as draggable https://github.com/anish2690/vue-draggable-next#component |
Vue3 has been released, but this plugin doesn't seem to work. |
For now on, I will use issue #942 to check progress on vue 3 compatibility |
Vue 3 support is now provided by vue.draggable.next https://github.com/SortableJS/vue.draggable.next |
We are using Vue.Draggable in our project and we want to switch to Vue 3 as soon as it is available.
Are there any plans of maintaining this project and updating it for Vue 3 if necessary?
Thanks for any help / answers!
The text was updated successfully, but these errors were encountered: