Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen committed Jun 16, 2020
1 parent 0aaf8d9 commit f08fa3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/es/guide/essentials/router-and-nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ meta: {
title: 'title'

// clase de icono SVG
icon: 'svg-name'
icon: 'svg-name' // or el-icon-x

// si es true, la ruta no será almacenada en caché por <keep-alive> (Predeterminado: false)
noCache: true
Expand Down
2 changes: 1 addition & 1 deletion docs/guide/essentials/router-and-nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ meta: {
title: 'title'

// svg icon class
icon: 'svg-name'
icon: 'svg-name' // or el-icon-x

// when set true, the route will not be cached by <keep-alive> (default false)
noCache: true
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/guide/essentials/router-and-nav.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ name: 'router-name' // 设定路由的名字,一定要填写不然使用<keep-
meta: {
roles: ['admin', 'editor'] // 设置该路由进入的权限,支持多个权限叠加
title: 'title' // 设置该路由在侧边栏和面包屑中展示的名字
icon: 'svg-name' // 设置该路由的图标
icon: 'svg-name' // 设置该路由的图标,支持 svg-class,也支持 el-icon-x element-ui 的 icon
noCache: true // 如果设置为true,则不会被 <keep-alive> 缓存(默认 false)
breadcrumb: false // 如果设置为false,则不会在breadcrumb面包屑中显示(默认 true)
affix: true // 若果设置为true,它则会固定在tags-view中(默认 false)
Expand Down

0 comments on commit f08fa3f

Please sign in to comment.