Skip to content

Commit a71b14a

Browse files
Update README.md
1 parent 10db754 commit a71b14a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ Type: `Function`<br>
128128
Required: `false`<br>
129129
Default: `(original) => { return original;}`<br>
130130
131-
Function called on the source component to clone element when clone option is true. The unique argument is the viewModel element to be cloned and the returned value should be its cloned version.<br>
131+
Function called on the source component to clone element when clone option is true. The unique argument is the viewModel element to be cloned and the returned value is its cloned version.<br>
132132
By default vue.draggable reuses the viewModel element, so you have to use this hook if you want to clone or deep clone it.
133133
134134
#### move

0 commit comments

Comments
 (0)