Skip to content

Commit 5874990

Browse files
committed
update main
1 parent cb7bf98 commit 5874990

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

app/components/example/main.vue

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<Page>
3-
<ActionBarFirstNew :title="'示例'"></ActionBarFirstNew>
3+
<ActionBarSecond :title="'示例'"></ActionBarSecond>
44
<ScrollView>
55
<!-- <GridLayout class="hello-world" colums="*" rows="*"> -->
66
<StackLayout>
@@ -76,12 +76,11 @@ import RefreshNew from './refresh-new';
7676
import Touch from './touch';
7777
import Request from './request';
7878
79-
//import ActionBarFirstNew from './public/action-bar-first-new';
80-
import ActionBarFirstNew from './public/action-bar-first-new';
79+
import ActionBarSecond from './public/action-bar-second';
8180
8281
export default {
8382
components: {
84-
ActionBarFirstNew
83+
ActionBarSecond
8584
},
8685
data() {
8786
return {

0 commit comments

Comments
 (0)