Vue.draggable: handle not supported

Created on 13 Jan 2017  路  5Comments  路  Source: SortableJS/Vue.Draggable

<draggable :list="people" @start="drag=true" @end="drag=false" :handle="'.handle'">

Handle doesn't seem to be supported

Most helpful comment

Thank you for the reply, you're awesome! The correct format is slightly different:

:options="{handle:'.handle'}"

All 5 comments

use:
<draggable :list="people" @start="drag=true" @end="drag=false" :options="'{handle:'.handle'}'">

Thank you for the reply, you're awesome! The correct format is slightly different:

:options="{handle:'.handle'}"

this should really be part of documentation, not buried in closed issues

@andreixk , this is part of the documentation in: option prop

I didn't see the external link, my mistake.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Kgwkgwkgw picture Kgwkgwkgw  路  3Comments

Laraveldeep picture Laraveldeep  路  3Comments

karam94 picture karam94  路  3Comments

AnnaStuehlmeyer picture AnnaStuehlmeyer  路  3Comments

AlexandreBonneau picture AlexandreBonneau  路  3Comments