SortableJS / vue.draggable.next

Vue 3 compatible drag-and-drop component based on Sortable.js
https://sortablejs.github.io/vue.draggable.next/#/simple
MIT License
3.74k stars 517 forks source link

How can i add Multi-Drag plugin to vue.draggable.next? #221

Open romanhrynevych opened 1 year ago

romanhrynevych commented 1 year ago

How can i implement multidrag plugin? https://github.com/SortableJS/Sortable/tree/master/plugins/MultiDrag I try to add something like this, but it don't work, also i see that it is calling on Sortable.mount(), how can i make it with VueDraggable? image

ilzbergs commented 1 year ago

Interested in this too!

acordy commented 4 months ago

Very interested in this feature as well.

duoluodexiaoxiaoyuan commented 2 months ago

How can i implement multidrag plugin? https://github.com/SortableJS/Sortable/tree/master/plugins/MultiDrag如何实现多拖插件?https://github.com/SortableJS/Sortable/tree/master/plugins/MultiDrag I try to add something like this, but it don't work, also i see that it is calling on Sortable.mount(), how can i make it with VueDraggable?我尝试添加这样的东西,但它不起作用,我也看到它正在调用 Sortable.mount(),我如何使用 VueDraggable 制作它? image

i want to ask this problem is sloved?

biroplane commented 1 day ago

anyone?