We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5d48aa9
There was an error while loading. Please reload this page.
Sortable instance can be accessed by providing an argument to the directive using the : directive argument syntax
:
<ul v-sortable:foo> ... </ul> instance accessed within vm via this.sortable.foo
<ul v-sortable:foo> ... </ul>
this.sortable.foo