Vue.Draggable
Vue.Draggable copied to clipboard
sort = 'false' is invalid
When the start event and the sort attribute exist at the same time, sort = false is invalid @David-Desmaisons
<draggable sort="false"> </draggable> :cry:
<draggable :sort="false"> </draggable> :smile: