Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

侧边栏菜单默认全开 #2516

Closed
CjoyHome opened this issue Aug 26, 2019 · 1 comment
Closed

侧边栏菜单默认全开 #2516

CjoyHome opened this issue Aug 26, 2019 · 1 comment

Comments

@CjoyHome
Copy link

根据需求需要侧边栏在进入 admin 时默认全开,在查看 vue-element-admin 指南的侧边栏配置时候没看到这个属性,求解

@CjoyHome
Copy link
Author

搞定了
在sidebar中添加
<el-menu ... :default-openeds="openMenu" ...>
以及
computed中添加
openMenu () { const arr = [] this.permission_routes.map(item => { if (!item.hidden && item.path) arr.push(item.path) }) return arr }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant