Skip to content

Commit 7f7a234

Browse files
authored
refactor: use self-closing tags
1 parent 11132a5 commit 7f7a234

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vue-demo/app/components/Home.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
row="0"
2121
margin="0"
2222
stretch="aspectFill"
23-
:src="item.image"></Image>
23+
:src="item.image" />
2424
<Label
2525
row="1"
2626
margin="10 10 0 10"
2727
fontWeight="700"
2828
class="text-primary"
2929
fontSize="18"
30-
:text="item.title"></Label>
30+
:text="item.title" />
3131
<Label
3232
row="2"
3333
margin="0 10 10 10"
3434
class="text-secondary"
3535
fontSize="14"
3636
textWrap="true"
37-
:text="item.description"></Label>
37+
:text="item.description" />
3838
</GridLayout>
3939
</v-template>
4040
</ListView>

0 commit comments

Comments
 (0)