Alfred-Skyblue / vue-draggable-plus

Universal Drag-and-Drop Component Supporting both Vue 3 and Vue 2
https://vue-draggable-plus.pages.dev/en/
MIT License
3.05k stars 128 forks source link

关于拖出容器的处理 #31

Open xf-ngc7293 opened 1 year ago

xf-ngc7293 commented 1 year ago

我看到官方演示案例中,拖动列表项到容器外就会将该项排列到列表末尾,这与Sortable的行为不同; 当启用OnSpill内置插件的removeOnSpill时,这个行为似乎让消失的项目复活了? 先纵向拖动项目到容器外,然后横向拖动几次,能够看到这个问题 https://stackblitz.com/edit/vue-yxsvyw?file=src%2FApp.vue