Vue.Draggable icon indicating copy to clipboard operation
Vue.Draggable copied to clipboard

sort = 'false' is invalid

Open zhangshuai0101 opened this issue 3 years ago • 2 comments

When the start event and the sort attribute exist at the same time, sort = false is invalid @David-Desmaisons

zhangshuai0101 avatar Jan 10 '22 11:01 zhangshuai0101

<draggable sort="false"> </draggable> :cry:

<draggable :sort="false"> </draggable> :smile:

helloskynet avatar Jan 13 '22 15:01 helloskynet

I wrote this, but when there is an @start event, the property is invalid

zhangshuai0101 avatar Jan 17 '22 10:01 zhangshuai0101