anish2690 / vue-draggable-next

Vue 3 drag-and-drop component
https://vue-draggable-next.vercel.app
MIT License
504 stars 44 forks source link

Can the 'swap' method be added, as well as 'sort' #46

Open quilkin opened 1 year ago

quilkin commented 1 year ago

It would be good to implement a 'swap' option (as in sortablejs) , so for example if I drag item 3 to item 5, they just exchange places, rather than item 4 moving to where item 3 used to be.