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 5ad21a8 commit bda0031Copy full SHA for bda0031
README.md
@@ -29,9 +29,9 @@ https://jsfiddle.net/dede89/hqxranrd/
29
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.
30
31
``` html
32
- <template v-dragable-for="element in list1" options='{"group":"people"}'>
+ <div v-dragable-for="element in list1" options='{"group":"people"}'>
33
<p>{{element.name}}</p>
34
- </template>
+ </div>
35
```
36
## Installation
37
- Available through:
0 commit comments