vue.draggable.next icon indicating copy to clipboard operation
vue.draggable.next copied to clipboard

Disabling not working

Open fatcatt013 opened this issue 2 years ago • 1 comments

:options="{disabled: true}" is not working

fatcatt013 avatar Sep 26 '22 12:09 fatcatt013

<draggable
  :disabled="true"
/>

Seems to work, but it should be done with props, not $attrs

Razi91 avatar Dec 06 '22 05:12 Razi91