Skip to content

Commit 197b378

Browse files
committed
debug
1 parent a8eb64e commit 197b378

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/components/example/touch.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
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="*">
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="触摸" /> -->
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="触摸" />
99
</GridLayout>
1010
</Page>
1111
</template>

0 commit comments

Comments
 (0)