Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Element
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
CI / CD Analytics
Repository Analytics
Value Stream Analytics
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
林焕东
Element
Commits
4af2d876
Commit
4af2d876
authored
Aug 09, 2018
by
Jikkai Xiao
Committed by
GitHub
Aug 09, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Menu: fix docs (#12299)
parent
4cbe3f32
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
examples/docs/en-US/menu.md
examples/docs/en-US/menu.md
+1
-1
examples/docs/es/menu.md
examples/docs/es/menu.md
+1
-1
examples/docs/zh-CN/menu.md
examples/docs/zh-CN/menu.md
+1
-1
No files found.
examples/docs/en-US/menu.md
View file @
4af2d876
...
@@ -306,7 +306,7 @@ Vertical NavMenu could be collapsed.
...
@@ -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 |
...
...
examples/docs/es/menu.md
View file @
4af2d876
...
@@ -308,7 +308,7 @@ NavMenu vertical puede ser colapsado.
...
@@ -308,7 +308,7 @@ NavMenu vertical puede ser colapsado.
| default-active | índice del menu-item activo | string | — | — |
| default-active | índice del menu-item activo | string | — | — |
| default-openeds | arreglo que contiene las llaves del sub-menus activo | Array | — | — |
| default-openeds | arreglo que contiene las llaves del sub-menus activo | Array | — | — |
| unique-opened | si solo un submenu puede ser activo | boolean | — | false |
| unique-opened | si solo un submenu puede ser activo | boolean | — | false |
| menu-trigger | como dispara eventos sub-menus, solo funciona cuando
`mode`
es 'horizontal' | string |
— | hover
|
| menu-trigger | como dispara eventos sub-menus, solo funciona cuando
`mode`
es 'horizontal' | string |
hover / click | hover
|
| router | si el modo
`vue-router`
está activado. Si es verdader, índice será usado como 'path' para activar la ruta | boolean | — | false |
| router | si el modo
`vue-router`
está activado. Si es verdader, índice será usado como 'path' para activar la ruta | boolean | — | false |
| collapse-transition | si se debe permitir collapse transition | boolean | — | true |
| collapse-transition | si se debe permitir collapse transition | boolean | — | true |
...
...
examples/docs/zh-CN/menu.md
View file @
4af2d876
...
@@ -307,7 +307,7 @@
...
@@ -307,7 +307,7 @@
| default-active | 当前激活菜单的 index | string | — | — |
| default-active | 当前激活菜单的 index | string | — | — |
| default-openeds | 当前打开的 sub-menu 的 index 的数组 | Array | — | — |
| default-openeds | 当前打开的 sub-menu 的 index 的数组 | Array | — | — |
| unique-opened | 是否只保持一个子菜单的展开 | boolean | — | false |
| unique-opened | 是否只保持一个子菜单的展开 | boolean | — | false |
| menu-trigger | 子菜单打开的触发方式(只在 mode 为 horizontal 时有效) | string |
— | hover
|
| menu-trigger | 子菜单打开的触发方式(只在 mode 为 horizontal 时有效) | string |
hover / click | hover
|
| router | 是否使用 vue-router 的模式,启用该模式会在激活导航时以 index 作为 path 进行路由跳转 | boolean | — | false |
| router | 是否使用 vue-router 的模式,启用该模式会在激活导航时以 index 作为 path 进行路由跳转 | boolean | — | false |
| collapse-transition | 是否开启折叠动画 | boolean | — | true |
| collapse-transition | 是否开启折叠动画 | boolean | — | true |
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment