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 cb7bf98 commit 5874990Copy full SHA for 5874990
app/components/example/main.vue
@@ -1,6 +1,6 @@
1
<template>
2
<Page>
3
- <ActionBarFirstNew :title="'示例'"></ActionBarFirstNew>
+ <ActionBarSecond :title="'示例'"></ActionBarSecond>
4
<ScrollView>
5
<!-- <GridLayout class="hello-world" colums="*" rows="*"> -->
6
<StackLayout>
@@ -76,12 +76,11 @@ import RefreshNew from './refresh-new';
76
import Touch from './touch';
77
import Request from './request';
78
79
-//import ActionBarFirstNew from './public/action-bar-first-new';
80
-import ActionBarFirstNew from './public/action-bar-first-new';
+import ActionBarSecond from './public/action-bar-second';
81
82
export default {
83
components: {
84
- ActionBarFirstNew
+ ActionBarSecond
85
},
86
data() {
87
return {
0 commit comments