-
Do you have the dataset available
-
## Question(提问)
#### Steps to reproduce(问题复现步骤)
#### Screenshot or Gif(截图或动态图)
#### Link to minimal reproduction(最小可在线还原demo)
#### Other relevant information(格外信息)
- Your OS:
…
-
### Element UI version
2.0.4
### OS/Browsers version
Win10 / Chrome 62
### Vue version
2.5.3
### Reproduction Link
[https://jsfiddle.net/marceloavf/8xrk1n9f/310/](https://jsfiddle.net…
-
如何设置左侧子菜单默认全部打开
-
menu 组件是能考虑加上默认展开子项,类似element ui 中navmenu 中的 default-openeds 属性。
kvsl9 updated
5 years ago
-
根据需求需要侧边栏在进入 admin 时默认全开,在查看 vue-element-admin 指南的侧边栏配置时候没看到这个属性,求解
-
menu 控件默认全部展开后,无法单击收回
使用属性:default-openeds="[1,2,3]"
### ElementUI version
1.1.2
### OS/Browers version
win10/chrome 55.0.2859.0
### Vue version
2.1.8
### Reproduction Link
…
kvsl9 updated
5 years ago
-
### Existing Component
是
### Component Name
NavMenu
### Description
The transition behavior applies to `default-active` attribute but currently doesn't apply to the `default-openeds` attr…
-
### Existing Component
是
### Component Name
menu
### Description
有一些页面需要跳转路由. 在Javascript代码里面运行的.
这就导致了路由跳转了,导航栏还是原来的那个状态,对应的导航没有被打开.
能否通过一个绑定属性,来显示的指定哪个导航是被打开的?
``default-active…
-
原因大概是openMenu和closeMenu里要对this.openedMenus进行数组操作,但是**有时候取到的this.openedMenus不是数组类型而是字符串**
我暂时的处理方法是在进行push或slice等方法之前判断type,然后转换为数组:
var n=this.openedMenus;(typeof(n)==='string')&&(this.openedMenus…