Skip to content

Commit e6a8ae6

Browse files
2 parents 301f812 + 832b82b commit e6a8ae6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ HTML:
212212
### Slots
213213
Use the `footer` slot to add none-draggable element inside the vuedraggable component.
214214
Important: it should be used in conjunction with draggable option to tag draggable element.
215+
Note that footer slot will always be added after the default slot.
215216
Ex:
216217
217218
``` html

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)