We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cfed91 commit 0aa0e10Copy full SHA for 0aa0e10
README.md
@@ -47,6 +47,8 @@ With `transition-group`:
47
</draggable>
48
```
49
50
+Draggable component should directly wrap the draggable elements, or a `transition-component` containing the draggable elements.
51
+
52
### Props
53
#### list
54
Type: `Array`<br>
@@ -92,6 +94,9 @@ https://jsfiddle.net/dede89/32ao2rpm/
92
94
Example with list clone:
93
95
https://jsfiddle.net/dede89/t3m5krea/
96
97
+Example with transition-group:
98
+https://jsfiddle.net/dede89/m2v0orcn/
99
100
##For Vue.js 1.0
101
102
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.
0 commit comments