vue.draggable.next
vue.draggable.next copied to clipboard
swapThreshold invalid
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"> ... </Draggable>