sagalbot / vue-sortable

A lightweight directive for reorderable drag-and-drop lists using RubaXa/Sortable
http://sagalbot.github.io/vue-sortable/
MIT License
722 stars 104 forks source link

the param of directive is responsive? #24

Open loveLibra opened 7 years ago

loveLibra commented 7 years ago

for example:

<ul v-sortable="{onUpdate: someFn, disabled: condition}">
...
</ul>

when the condition is toggled bwteeen true & false,how to update the disabled status of the vue-sortable?