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