We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fca958 commit 529e86fCopy full SHA for 529e86f
example/components/functional.vue
@@ -17,7 +17,6 @@
17
my-2
18
style="background: red"
19
>
20
-
21
<draggable
22
:list="row.items"
23
tag="v-layout"
@@ -34,16 +33,11 @@
34
33
<v-card style="height: 100px;">{{ item.title }}</v-card>
35
</v-flex>
36
</draggable>
37
38
39
40
</div>
41
42
- <rawDisplayer
43
- class="col-3"
44
- :value="rows"
45
- title="List"
46
- />
+ <rawDisplayer class="col-3" :value="rows" title="List" />
47
48
</template>
49
@@ -78,7 +72,7 @@ export default {
78
72
index: 2,
79
73
items: [
80
74
{
81
- title: "item 2",
75
+ title: "item 2"
82
76
},
83
77
84
title: "item 3"
0 commit comments