File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 3333 vertical-align : center ;
3434 text-align : center ;
3535 font-size : 20 ;
36- color : #333333 ;
3736}
Original file line number Diff line number Diff line change 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';
6363import Icon from ' ./icon' ;
6464import Mask from ' ./mask' ;
6565import Modal from ' ./modal' ;
66- import Drawers from ' ./multi-drawer/drawers ' ;
66+ import Drawer from ' ./multi-drawer/drawer ' ;
6767import LargeTitle from ' ./large-title/large-title' ;// this is bug
6868import Dialog from ' ./dialog/dialog' ;
6969import 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);
File renamed without changes.
You can’t perform that action at this time.
0 commit comments