Skip to content

Commit e177de4

Browse files
Update README.md
1 parent cfc0401 commit e177de4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,13 @@ Sortable options can be set directly as vue.draggable props since version 2.19.
185185
186186
This means that all [sortable option](https://github.com/RubaXa/Sortable#options) are valid sortable props with the notable exception of all the method starting by "on" as draggable component expose the same API via events.
187187
188-
Example setting an handle and a group option:
188+
Example setting handle, sortable and a group option:
189189
```HTML
190190
<draggable
191191
v-model="list"
192192
handle=".handle"
193193
:group="{ name: 'people', pull: 'clone', put: false }"
194+
:sortable="false"
194195
@change="log"
195196
>
196197
<!-- -->

0 commit comments

Comments
 (0)