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 48b89d8 commit 7c5d289Copy full SHA for 7c5d289
app/components/example/touch.vue
@@ -1,8 +1,8 @@
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="触摸" /> -->
0 commit comments