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 b625a86 commit 48b89d8Copy full SHA for 48b89d8
app/components/example/touch.vue
@@ -4,7 +4,7 @@
4
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$navigateBack" />
5
</ActionBar>
6
<GridLayout colums="*" rows="*">
7
- <Button class="btn btn-primary m-t-20" ref="btn" text="触摸" @tap="touch" />
+ <!-- <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="触摸" /> -->
9
</GridLayout>
10
</Page>
0 commit comments