Skip to content

Commit d1df21b

Browse files
lint
1 parent 96667dd commit d1df21b

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

example/components/clone-on-control.vue

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
class="dragArea list-group"
1313
:list="list1"
1414
:clone="clone"
15-
:group="{ name: 'people', pull: pullFunction}"
15+
:group="{ name: 'people', pull: pullFunction }"
1616
@start="start"
1717
>
1818
<div
@@ -27,11 +27,7 @@
2727

2828
<div class="col-3">
2929
<h3>Draggable 2</h3>
30-
<draggable
31-
class="dragArea list-group"
32-
:list="list2"
33-
group="people"
34-
>
30+
<draggable class="dragArea list-group" :list="list2" group="people">
3531
<div
3632
class="list-group-item"
3733
v-for="element in list2"
@@ -42,17 +38,9 @@
4238
</draggable>
4339
</div>
4440

45-
<rawDisplayer
46-
class="col-3"
47-
:value="list1"
48-
title="List 1"
49-
/>
41+
<rawDisplayer class="col-3" :value="list1" title="List 1" />
5042

51-
<rawDisplayer
52-
class="col-3"
53-
:value="list2"
54-
title="List 2"
55-
/>
43+
<rawDisplayer class="col-3" :value="list2" title="List 2" />
5644
</div>
5745
</div>
5846
</template>

0 commit comments

Comments
 (0)