You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -180,12 +180,15 @@ Sortable options can be set directly as vue.draggable props since version 2.19.
180
180
181
181
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.
182
182
183
+
kebab-case propery are supported: for example `ghost-class` props will be converted to `ghostClass` sortable option.
184
+
183
185
Example setting handle, sortable and a group option:
0 commit comments