Skip to content

Commit fbb0106

Browse files
committed
update
1 parent b1073be commit fbb0106

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

app/app.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,4 @@
3333
vertical-align: center;
3434
text-align: center;
3535
font-size: 20;
36-
color: #333333;
3736
}

app/components/example/main.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<Button class="btn btn-primary" text="图标" @tap="onIcon" />
2525
<Button class="btn btn-primary" text="遮罩层" @tap="onMask" />
2626
<Button class="btn btn-primary" text="模态对话框" @tap="showModal" />
27-
<Button class="btn btn-primary" text="侧滑组件新" @tap="onDrawers" />
27+
<Button class="btn btn-primary" text="侧滑组件" @tap="onDrawer" />
2828
<Button class="btn btn-primary" text="大标题iOS导航栏" @tap="onlargeTitle" />
2929
<!-- <Button class="btn btn-primary" text="对话框" @tap="Dialog" /> -->
3030
<Button class="btn btn-primary" text="自定义对话框" @tap="DialogNew" />
@@ -63,7 +63,7 @@ import Todo from './todo/todo';
6363
import Icon from './icon';
6464
import Mask from './mask';
6565
import Modal from './modal';
66-
import Drawers from './multi-drawer/drawers';
66+
import Drawer from './multi-drawer/drawer';
6767
import LargeTitle from './large-title/large-title';//this is bug
6868
import Dialog from './dialog/dialog';
6969
import Pop from './pop';
@@ -155,8 +155,8 @@ export default {
155155
showModal() {
156156
this.navigateTo(this, Modal);
157157
},
158-
onDrawers() {
159-
this.navigateTo(this, Drawers);
158+
onDrawer() {
159+
this.navigateTo(this, Drawer);
160160
},
161161
onlargeTitle() {
162162
this.navigateTo(this, LargeTitle);

0 commit comments

Comments
 (0)