vue.draggable.next
vue.draggable.next copied to clipboard
Disabling not working
:options="{disabled: true}" is not working
<draggable
:disabled="true"
/>
Seems to work, but it should be done with props, not $attrs