|
@@ -11,6 +11,9 @@ import Layout from '../views/layout/Layout'
|
11
|
11
|
|
12
|
12
|
/**
|
13
|
13
|
* hidden: true if `hidden:true` will not show in the sidebar(default is false)
|
|
14
|
+* alwaysShow: true if set true, will always show the root menu, whatever its child routes length
|
|
15
|
+* if not set alwaysShow, only more than one route under the children
|
|
16
|
+* it will becomes nested mode, otherwise not show the root menu
|
14
|
17
|
* redirect: noredirect if `redirect:noredirect` will no redirct in the breadcrumb
|
15
|
18
|
* name:'router-name' the name is used by <keep-alive> (must set!!!)
|
16
|
19
|
* meta : {
|