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.
2 parents 438febb + bda0031 commit 484e2f8Copy full SHA for 484e2f8
README.md
@@ -8,6 +8,8 @@ Create a directive that displays a dragable list and keeps in sync the view and
8
9
##Demo
10
11
+
12
+
13
Simple:
14
15
https://jsfiddle.net/dede89/j62g58z7/
@@ -27,9 +29,9 @@ https://jsfiddle.net/dede89/hqxranrd/
27
29
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.
28
30
31
``` html
- <template v-dragable-for="element in list1" options='{"group":"people"}'>
32
+ <div v-dragable-for="element in list1" options='{"group":"people"}'>
33
<p>{{element.name}}</p>
- </template>
34
+ </div>
35
```
36
## Installation
37
- Available through:
example.gif
187 KB
0 commit comments