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 9f6e9d5 commit 0715096Copy full SHA for 0715096
demo-vue/app/views/Home.ts
@@ -8,12 +8,10 @@ export default {
8
</ActionBar>
9
<ListView ref="listView" rowHeight="50" for="example in examples">
10
<v-template>
11
- <MDRipple rippleColor="red" @tap="{goToExample(example)}" @longPress="{goToModalExample(example)}" >
12
- <StackLayout class="item" orientation="horizontal" height="40">
+ <MDRipple rippleColor="red" @tap="{goToExample(example)}" @longPress="{goToModalExample(example)}" >
13
<Label paddingLeft="10" :text="example.title" class="title" verticalAlignment="center"/>
14
- </StackLayout>
15
</MDRipple>
16
- </v-template>
+ </v-template>
17
</ListView>
18
</Page>
19
`,
0 commit comments