Skip to content

Commit 7c73c22

Browse files
2 parents 8301973 + 2800ee0 commit 7c73c22

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Note that all the method starting by "on" will be ignored as draggable component
8686
Type: `String`<br>
8787
Default: `'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
9292
Type: `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>

0 commit comments

Comments
 (0)