Closed AngryChocobo closed 3 years ago
:disabled=false
"vuedraggable": "^4.0.3" :disabled=false also can drag
:disabled=false
makes no sense here. It disables dragging for me with true
.
From the Sortable documentation:
disabled: false, // Disables the sortable if set to true.
First check https://github.com/SortableJS/Vue.Draggable/blob/master/CONTRIBUTING.md
Jsfiddle link
Step by step scenario
Actual Solution
Expected Solution