|
@@ -306,7 +306,7 @@ Vertical NavMenu could be collapsed.
|
|
| default-active | index of currently active menu | string | — | — |
|
|
| default-active | index of currently active menu | string | — | — |
|
|
| default-openeds | array that contains indexes of currently active sub-menus | Array | — | — |
|
|
| default-openeds | array that contains indexes of currently active sub-menus | Array | — | — |
|
|
| unique-opened | whether only one sub-menu can be active | boolean | — | false |
|
|
| unique-opened | whether only one sub-menu can be active | boolean | — | false |
|
|
-| menu-trigger | how sub-menus are triggered, only works when `mode` is 'horizontal' | string | — | hover |
|
|
|
|
|
|
+| menu-trigger | how sub-menus are triggered, only works when `mode` is 'horizontal' | string | hover / click | hover |
|
|
| router | whether `vue-router` mode is activated. If true, index will be used as 'path' to activate the route action | boolean | — | false |
|
|
| router | whether `vue-router` mode is activated. If true, index will be used as 'path' to activate the route action | boolean | — | false |
|
|
| collapse-transition | whether to enable the collapse transition | boolean | — | true |
|
|
| collapse-transition | whether to enable the collapse transition | boolean | — | true |
|
|
|
|
|