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
+8-4
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ import { Sortable } from "sortablejs-vue3";
64
64
```
65
65
66
66
4. The `list` and `item-key` props are necessary. The `options` prop is an object that can contain any SortableJS option. You can find a full list of them here: https://github.com/SortableJS/Sortable#options
67
-
- The `tag` prop is optional and defaults to `div`. It's the HTML node type for the outer element of the included template/slot.
67
+
- The `tag` prop is optional and defaults to `div`. It's the HTML node type for the outer element of the included template/slot.
68
68
69
69
### Props
70
70
@@ -102,8 +102,8 @@ You can listen to Sortable events by adding the listeners to the `Sortable` comp
102
102
You need to mount any plugins you want outside of [the default](https://github.com/SortableJS/Sortable#plugins) before importing this library. For example, the below is correct:
0 commit comments