Skip to content

Commit 529e86f

Browse files
lint
1 parent 8fca958 commit 529e86f

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

example/components/functional.vue

+2-8
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
my-2
1818
style="background: red"
1919
>
20-
2120
<draggable
2221
:list="row.items"
2322
tag="v-layout"
@@ -34,16 +33,11 @@
3433
<v-card style="height: 100px;">{{ item.title }}</v-card>
3534
</v-flex>
3635
</draggable>
37-
3836
</v-flex>
3937
</draggable>
4038
</div>
4139

42-
<rawDisplayer
43-
class="col-3"
44-
:value="rows"
45-
title="List"
46-
/>
40+
<rawDisplayer class="col-3" :value="rows" title="List" />
4741
</div>
4842
</template>
4943

@@ -78,7 +72,7 @@ export default {
7872
index: 2,
7973
items: [
8074
{
81-
title: "item 2",
75+
title: "item 2"
8276
},
8377
{
8478
title: "item 3"

0 commit comments

Comments
 (0)