File tree Expand file tree Collapse file tree 4 files changed +193
-203
lines changed Expand file tree Collapse file tree 4 files changed +193
-203
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2121 <Button class =" btn btn-primary" text =" 本地存储示例" @tap =" onInput" />
2222 <Button class =" btn btn-primary" text =" 记事薄" @tap =" onFab" />
2323 <Button class =" btn btn-primary" text =" 备忘录" @tap =" onTodo" />
24- <Button class =" btn btn-primary" text =" 侧滑菜单" @tap =" onDrawer" />
2524 <Button class =" btn btn-primary" text =" 图标" @tap =" onIcon" />
2625 <Button class =" btn btn-primary" text =" 遮罩层" @tap =" onMask" />
2726 <Button class =" btn btn-primary" text =" 模态对话框" @tap =" showModal" />
@@ -61,7 +60,6 @@ import Target from './target/target';
6160import Storage from ' ./storage' ;
6261import Fab from ' ./fab/fab' ;
6362import Todo from ' ./todo/todo' ;
64- import Drawer from ' ./drawer' ;
6563import Icon from ' ./icon' ;
6664import Mask from ' ./mask' ;
6765import Modal from ' ./modal' ;
@@ -136,9 +134,6 @@ export default {
136134 refreshNew : function () {
137135 this .navigateTo (this , RefreshNew);
138136 },
139- onDrawer : function () {
140- this .navigateTo (this , Drawer);
141- },
142137 onButtonTap : function () {
143138 this .navigateTo (this , Target);
144139 },
You can’t perform that action at this time.
0 commit comments