码迷,mamicode.com
首页 > 其他好文 > 详细

命名视图(同级多视图)

时间:2017-08-11 14:47:59      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:地址   outer   color   key   one   bar   red   out   routes   

<router-view class="view one"></router-view>

<router-view class="view two" name="a"></router-view>

<router-view class="view three" name="b"></router-view>

JS:

routes: [ { path: ‘/‘,redirect: ‘/b‘ ,components: { default: Foo, a: Bar, b: Baz } } ]

重定向:跳转到redirect的地址。

 

别名:url匹配为/b,但路由仍然匹配到视图/a

routes: [ { path: ‘/a‘, component: A, alias: ‘/b‘ } ]

 

在routes配置。

 

命名视图(同级多视图)

标签:地址   outer   color   key   one   bar   red   out   routes   

原文地址:http://www.cnblogs.com/alan2kat/p/7345570.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!