Skip to content

Commit c67171f

Browse files
committed
drawer
1 parent 47fb258 commit c67171f

File tree

4 files changed

+193
-203
lines changed

4 files changed

+193
-203
lines changed

app/components/example/drawer.vue

Lines changed: 0 additions & 195 deletions
This file was deleted.

app/components/example/main.vue

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
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';
6160
import Storage from './storage';
6261
import Fab from './fab/fab';
6362
import Todo from './todo/todo';
64-
import Drawer from './drawer';
6563
import Icon from './icon';
6664
import Mask from './mask';
6765
import 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
},

0 commit comments

Comments
 (0)