11<template >
2- <Page >
2+ <Page class = " page " >
33 <ActionBarSecond :title =" '示例'" ></ActionBarSecond >
44 <ScrollView >
55 <!-- <GridLayout class="hello-world" colums="*" rows="*"> -->
@@ -61,13 +61,13 @@ import Target from './target/target';
6161import Storage from ' ./storage' ;
6262import Fab from ' ./fab/fab' ;
6363import Todo from ' ./todo/todo' ;
64- import Drawer from ' ./drawer' ;
64+ import Drawer from ' ./drawer' ;
6565import Icon from ' ./icon' ;
6666import Mask from ' ./mask' ;
6767import Modal from ' ./modal' ;
68- import Drawers from ' ./multi-drawer/drawers' ;
69- import LargeTitle from ' ./large-title/large-title' ;
70- // import Dialog from './dialog/dialog';
68+ import Drawers from ' ./multi-drawer/drawers' ;
69+ // import LargeTitle from './large-title/large-title';//问题根源
70+ import Dialog from ' ./dialog/dialog' ;
7171import Pop from ' ./pop' ;
7272import Animate from ' ./animate' ;
7373import Refresh from ' ./refresh' ;
@@ -163,9 +163,9 @@ export default {
163163 onDrawers () {
164164 this .navigateTo (this , Drawers);
165165 },
166- onlargeTitle () {
167- this .navigateTo (this , LargeTitle);
168- },
166+ // onlargeTitle() {
167+ // this.navigateTo(this, LargeTitle);
168+ // },
169169 dialogNew () {
170170 this .navigateTo (this , DialogNew);
171171 },
@@ -179,7 +179,7 @@ export default {
179179 this .navigateTo (this , Refresh);
180180 },
181181 btnDisplay : function () {
182- this .navigateTo (this , display );
182+ this .navigateTo (this , Display );
183183 }
184184 }
185185};
0 commit comments