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

Trigger @end event without automatically modifying the list #272

Open Wanglintc opened 3 weeks ago

Wanglintc commented 3 weeks ago

I'm using vuedraggable version ^4.1.0 in my Vue 3 project, and I have a requirement where I need to trigger the @end event when the drag-and-drop operation is finished. However, I do not want vuedraggable to automatically modify the underlying array bound to the :list. Instead, I want to handle the array reordering manually in the @end event.