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 a8eb64e commit 197b378Copy full SHA for 197b378
app/components/example/touch.vue
@@ -1,11 +1,11 @@
1
<template>
2
<Page loaded="pageLoaded" ref="page">
3
- <!-- <ActionBar class="action-bar" title="Hello">
+ <ActionBar class="action-bar" title="Hello">
4
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$navigateBack" />
5
- </ActionBar> -->
+ </ActionBar>
6
<GridLayout colums="*" rows="*">
7
- <!-- <Button class="btn btn-primary m-t-20" ref="btn" text="触摸" @tap="touch" /> -->
8
- <!-- <Button class="btn btn-primary m-t-20" ref="btn" text="触摸" /> -->
+ <Button class="btn btn-primary m-t-20" ref="btn" text="触摸" @tap="touch" />
+ <Button class="btn btn-primary m-t-20" ref="btn" text="触摸" />
9
</GridLayout>
10
</Page>
11
</template>
0 commit comments