File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ Vertical NavMenu could be collapsed.
306
306
| default-active | index of currently active menu | string | — | — |
307
307
| default-openeds | array that contains indexes of currently active sub-menus | Array | — | — |
308
308
| unique-opened | whether only one sub-menu can be active | boolean | — | false |
309
- | menu-trigger | how sub-menus are triggered, only works when ` mode ` is 'horizontal' | string | — | hover |
309
+ | menu-trigger | how sub-menus are triggered, only works when ` mode ` is 'horizontal' | string | hover / click | hover |
310
310
| router | whether ` vue-router ` mode is activated. If true, index will be used as 'path' to activate the route action | boolean | — | false |
311
311
| collapse-transition | whether to enable the collapse transition | boolean | — | true |
312
312
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ NavMenu vertical puede ser colapsado.
308
308
| default-active | índice del menu-item activo | string | — | — |
309
309
| default-openeds | arreglo que contiene las llaves del sub-menus activo | Array | — | — |
310
310
| unique-opened | si solo un submenu puede ser activo | boolean | — | false |
311
- | menu-trigger | como dispara eventos sub-menus, solo funciona cuando ` mode ` es 'horizontal' | string | — | hover |
311
+ | menu-trigger | como dispara eventos sub-menus, solo funciona cuando ` mode ` es 'horizontal' | string | hover / click | hover |
312
312
| router | si el modo ` vue-router ` está activado. Si es verdader, índice será usado como 'path' para activar la ruta | boolean | — | false |
313
313
| collapse-transition | si se debe permitir collapse transition | boolean | — | true |
314
314
Original file line number Diff line number Diff line change 307
307
| default-active | 当前激活菜单的 index | string | — | — |
308
308
| default-openeds | 当前打开的 sub-menu 的 index 的数组 | Array | — | — |
309
309
| unique-opened | 是否只保持一个子菜单的展开 | boolean | — | false |
310
- | menu-trigger | 子菜单打开的触发方式(只在 mode 为 horizontal 时有效) | string | — | hover |
310
+ | menu-trigger | 子菜单打开的触发方式(只在 mode 为 horizontal 时有效) | string | hover / click | hover |
311
311
| router | 是否使用 vue-router 的模式,启用该模式会在激活导航时以 index 作为 path 进行路由跳转 | boolean | — | false |
312
312
| collapse-transition | 是否开启折叠动画 | boolean | — | true |
313
313
You can’t perform that action at this time.
0 commit comments