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
8686Type: ` String ` <br>
8787Default: ` ' div' `
8888
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.
9090
9191#### clone
9292Type: ` Function ` <br>
@@ -110,8 +110,7 @@ function onMoveCallback(evt, originalEvent){
110110 // return false; — for cancel
111111}
112112` ` `
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:
115114 - ` draggedContext` : context linked to dragged element
116115 - ` index` : dragged element index
117116 - ` element` : dragged element underlying view model element
@@ -216,4 +215,4 @@ https://jsfiddle.net/dede89/m2v0orcn/
216215
217216- #### For ` < script> ` Include
218217
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