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.
2 parents 7b0b189 + e732dfb commit 37b95e8Copy full SHA for 37b95e8
examples/Cancel.html
@@ -28,6 +28,7 @@ <h1>Cancel Example</h1>
28
<h2>List 1 draggable</h2>
29
<draggable element="ul" class="dragArea" :list="list" :options="{group:'people'}" :move="checkMove" @end="endDrag">
30
<li v-for="(element, index) in list" :class="{'target': element===targetElement}">
31
+ <!-- > -->
32
{{element.name}}
33
</li>
34
</draggable>
0 commit comments