Skip to content

Commit 37b95e8

Browse files
# Conflicts: # dist/vuedraggable.min.js # examples/Cancel.html
2 parents 7b0b189 + e732dfb commit 37b95e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/Cancel.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ <h1>Cancel Example</h1>
2828
<h2>List 1 draggable</h2>
2929
<draggable element="ul" class="dragArea" :list="list" :options="{group:'people'}" :move="checkMove" @end="endDrag">
3030
<li v-for="(element, index) in list" :class="{'target': element===targetElement}">
31+
<!-- > -->
3132
{{element.name}}
3233
</li>
3334
</draggable>

0 commit comments

Comments
 (0)