File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ Note that all the method starting by "on" will be ignored as draggable component
86
86
Type: ` String ` <br>
87
87
Default: ` ' div' `
88
88
89
- HTML root element that draggable component create as outer element for the included slot.
89
+ HTML node type of the element that draggable component create as outer element for the included slot.
90
90
91
91
#### clone
92
92
Type: ` Function ` <br>
@@ -110,8 +110,7 @@ function onMoveCallback(evt, originalEvent){
110
110
// return false; — for cancel
111
111
}
112
112
` ` `
113
- evt object has same property as [Sortable onMove event](https://github.com/RubaXa/Sortable#move-event-object), plus two addicional properties:
114
- ` move event ` object addicional properties:
113
+ evt object has same property as [Sortable onMove event](https://github.com/RubaXa/Sortable#move-event-object), plus two additional properties:
115
114
- ` draggedContext` : context linked to dragged element
116
115
- ` index` : dragged element index
117
116
- ` element` : dragged element underlying view model element
@@ -216,4 +215,4 @@ https://jsfiddle.net/dede89/m2v0orcn/
216
215
217
216
- #### For ` < script> ` Include
218
217
219
- Just include ` vuedraggable .min .js ` after Vue.<br>
218
+ Just include ` Sortable . min . js ` and ` vuedraggable .min .js ` after Vue.<br>
You can’t perform that action at this time.
0 commit comments