Skip to content

Commit 484e2f8

Browse files
2 parents 438febb + bda0031 commit 484e2f8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ Create a directive that displays a dragable list and keeps in sync the view and
88

99
##Demo
1010

11+
![demo gif](https://raw.githubusercontent.com/David-Desmaisons/Vue.Dragable.For/master/example.gif)
12+
1113
Simple:
1214

1315
https://jsfiddle.net/dede89/j62g58z7/
@@ -27,9 +29,9 @@ https://jsfiddle.net/dede89/hqxranrd/
2729
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.
2830

2931
``` html
30-
<template v-dragable-for="element in list1" options='{"group":"people"}'>
32+
<div v-dragable-for="element in list1" options='{"group":"people"}'>
3133
<p>{{element.name}}</p>
32-
</template>
34+
</div>
3335
```
3436
## Installation
3537
- Available through:

example.gif

187 KB
Loading

0 commit comments

Comments
 (0)