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.
1 parent 11132a5 commit 7f7a234Copy full SHA for 7f7a234
1 file changed
vue-demo/app/components/Home.vue
@@ -20,21 +20,21 @@
20
row="0"
21
margin="0"
22
stretch="aspectFill"
23
- :src="item.image"></Image>
+ :src="item.image" />
24
<Label
25
row="1"
26
margin="10 10 0 10"
27
fontWeight="700"
28
class="text-primary"
29
fontSize="18"
30
- :text="item.title"></Label>
+ :text="item.title" />
31
32
row="2"
33
margin="0 10 10 10"
34
class="text-secondary"
35
fontSize="14"
36
textWrap="true"
37
- :text="item.description"></Label>
+ :text="item.description" />
38
</GridLayout>
39
</v-template>
40
</ListView>
0 commit comments