Skip to content

Commit 832b82b

Browse files
Update Vue.draggable.for.ReadME.md
1 parent 613fffe commit 832b82b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/Vue.draggable.for.ReadME.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
##For Vue.js 1.0
1+
## For Vue.js 1.0
22

33
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.
44
Options parameter can be json string or a full javascript object.
@@ -9,7 +9,7 @@ Options parameter can be json string or a full javascript object.
99
</div>
1010
```
1111

12-
###Limitation
12+
### Limitation
1313

1414
* This directive works only when applied to arrays and not to objects.
1515
* `onStart`, `onUpdate`, `onAdd`, `onRemove` Sortable.js options hooks are used by v-dragable-for to update VM. As such these four options are not usable with v-dragable-for. If you need to listen to re-order events, you can watch the underlying view model collection. For example:
@@ -19,7 +19,7 @@ Options parameter can be json string or a full javascript object.
1919
console.log('Collection updated!');
2020
},
2121
```
22-
###fiddle
22+
### fiddle
2323
Simple:
2424
https://jsfiddle.net/dede89/j62g58z7/
2525

0 commit comments

Comments
 (0)