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.91k stars 531 forks source link

[need help] How do elements transform after being dragged #98

Open web-zhangbo opened 3 years ago

web-zhangbo commented 3 years ago

I have four draggable components: A、B、C and D image The data flow is A -> B , A ->C and A -> D There are four different types of B C D but It can be formatted from A Official Document Sample 'custom-clone' ,The data can be formatted after it leaves A image But I want the formatting time to be before the data goes into B, C, and D, because the data format of BCD is different and I have to format them separately ,what should I do? use: Vue3.2 and vuedraggable: 4.1.0

Lionad-Morotar commented 2 years ago

我也碰到了同样的问题,custom clone 函数并不起作用