Skip to content

Commit cd2b54c

Browse files
author
pc-david\david.desmaisons
committed
Update example html
1 parent 8841a28 commit cd2b54c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

build/vuedragablefor.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/complex.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ <h1>Vue Dragable For</h1>
1616

1717
<div class="drag">
1818
<h2>List 1 v-dragable-for</h2>
19-
<div class="dragArea">
20-
<div v-dragable-for="element in list1" options='{"group":"people"}'>{{element.name}}</div>
19+
<div class="dragArea" >
20+
<template v-dragable-for="element in list1" options='{"group":"people"}'>
21+
<p>{{element.name}}</p>
22+
</template>
2123
</div>
2224

2325
<h2>List 2 v-dragable-for</h2>

0 commit comments

Comments
 (0)