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?
for example:
when the condition is toggled bwteeen true & false,how to update the disabled status of the vue-sortable?