Skip to content

Commit bda0031

Browse files
update readme html example
1 parent 5ad21a8 commit bda0031

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ https://jsfiddle.net/dede89/hqxranrd/
2929
Use it exactly as v-for directive, passing optional parameters using 'options' parameter.
3030

3131
``` html
32-
<template v-dragable-for="element in list1" options='{"group":"people"}'>
32+
<div v-dragable-for="element in list1" options='{"group":"people"}'>
3333
<p>{{element.name}}</p>
34-
</template>
34+
</div>
3535
```
3636
## Installation
3737
- Available through:

0 commit comments

Comments
 (0)