Skip to content

Commit 77cd6c7

Browse files
authored
Added an inline drag handle example
1 parent 4efe4b9 commit 77cd6c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,8 @@ Required: `false`
128128
Option used to initialize the sortable object see: [sortable option documentation](https://github.com/RubaXa/Sortable#options)<br>
129129
Note that all the method starting by "on" will be ignored as draggable component expose the same API via events.
130130
131+
As an example, a drag handle can be added using this binding `:options="{handle:'.handle'}"`. Read the linked documentation for other options available to you.
132+
131133
#### element
132134
Type: `String`<br>
133135
Default: `'div'`

0 commit comments

Comments
 (0)