Skip to content

Commit 7c5d289

Browse files
committed
debug
1 parent 48b89d8 commit 7c5d289

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/example/touch.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<template>
22
<Page loaded="pageLoaded" ref="page">
3-
<ActionBar class="action-bar" title="Hello">
3+
<!-- <ActionBar class="action-bar" title="Hello">
44
<NavigationButton text="Go Back" android.systemIcon="ic_menu_back" @tap="$navigateBack" />
5-
</ActionBar>
5+
</ActionBar> -->
66
<GridLayout colums="*" rows="*">
77
<!-- <Button class="btn btn-primary m-t-20" ref="btn" text="触摸" @tap="touch" /> -->
88
<!-- <Button class="btn btn-primary m-t-20" ref="btn" text="触摸" /> -->

0 commit comments

Comments
 (0)