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

swapThreshold invalid #185

Open 134355 opened 2 years ago

134355 commented 2 years ago

First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md

Expected Solution

<Draggable tag="div" class="drag-area" :list="list" group="component" item-key="_k" :animation="150" :swapThreshold="0.65" :fallbackOnBody="true"> ...