Skip to content

Commit 05d2323

Browse files
Merge pull request #325 from titpetric/patch-1
Added an inline drag handle example
2 parents 4efe4b9 + 77cd6c7 commit 05d2323

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)