Skip to content

Commit 0aa0e10

Browse files
Update README.md
1 parent 1cfed91 commit 0aa0e10

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ With `transition-group`:
4747
</draggable>
4848
```
4949

50+
Draggable component should directly wrap the draggable elements, or a `transition-component` containing the draggable elements.
51+
5052
### Props
5153
#### list
5254
Type: `Array`<br>
@@ -92,6 +94,9 @@ https://jsfiddle.net/dede89/32ao2rpm/
9294
Example with list clone:
9395
https://jsfiddle.net/dede89/t3m5krea/
9496

97+
Example with transition-group:
98+
https://jsfiddle.net/dede89/m2v0orcn/
99+
95100
##For Vue.js 1.0
96101

97102
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.

0 commit comments

Comments
 (0)