File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,25 +31,25 @@ new Vue({
31
31
} ,
32
32
template : `
33
33
<Page>
34
- <StackLayout >
34
+ <GridLayout >
35
35
<list-view for="line in items">
36
36
<v-template>
37
37
<StackLayout style="padding: 50;">
38
38
<Label :text="line" style="color: blue;"/>
39
39
</StackLayout>
40
40
</v-template>
41
- <v-template if="line.value. length == 2">
41
+ <v-template if="line.length == 2">
42
42
<StackLayout style="padding: 50;">
43
43
<Label :text="line" style="color: green;"/>
44
44
</StackLayout>
45
45
</v-template>
46
- <v-template if="line. odd">
46
+ <v-template if="$ odd">
47
47
<StackLayout style="padding: 50;">
48
48
<Label :text="line" style="color: red;"/>
49
49
</StackLayout>
50
50
</v-template>
51
51
</list-view>
52
- </StackLayout >
52
+ </GridLayout >
53
53
</Page>
54
54
`
55
55
} ) . $start ( )
You can’t perform that action at this time.
0 commit comments