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 7f7a234 commit 874fc1dCopy full SHA for 874fc1d
1 file changed
vue-demo/app/components/Details.vue
@@ -7,7 +7,7 @@
7
<Image
8
margin="0"
9
stretch="aspectFill"
10
- :src="flick.image"></Image>
+ :src="flick.image" />
11
<StackLayout padding="10 20">
12
<StackLayout v-for="detail in flick.details" :key="detail.id">
13
<Label
@@ -16,12 +16,12 @@
16
fontWeight="700"
17
class="text-primary"
18
textWrap="true"
19
- :text="detail.title"></Label>
+ :text="detail.title" />
20
21
fontSize="14"
22
class="text-secondary"
23
24
- :text="detail.body"></Label>
+ :text="detail.body" />
25
</StackLayout>
26
27
0 commit comments