Skip to content

Commit 6236d32

Browse files
committed
test: demo
1 parent 1d176af commit 6236d32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo-vue/app/views/Home.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<StackLayout>
55
<ListView ref="listView" for="example in examples" rowHeight="50" @itemTap="goToExample">
66
<v-template name="default">
7-
<StackLayout padding="10" class="item" orientation="horizontal">
7+
<StackLayout padding="10" class="item" orientation="horizontal" @tap="goToExample({ item: example })">
88
<Label :text="example.name" fontSize="17" verticalAlignment="center" />
99
</StackLayout>
1010
</v-template>
@@ -26,4 +26,4 @@ export default class Home extends Vue {
2626
this.$navigateTo(item.component);
2727
}
2828
}
29-
</script>
29+
</script>

0 commit comments

Comments
 (0)