【发布时间】:2019-07-18 12:19:39
【问题描述】:
我正在用 ionic 创建一个简单的仪表板,它由顶部的工具栏和左侧的可折叠菜单(导航栏)组成。菜单由工具栏中的菜单按钮切换,但单击独立的“div”组件也会导致菜单隐藏。
<ion-content>
<ion-menu type="push" menuId="nav-menu">
// create menu items
</ion-menu>
<div main>
hello world
</div>
</ion-content>
I expect the menu to remain open/unchanged when clicking on the hello world.
【问题讨论】: