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

vue-router-6-命名视图

时间:2017-10-10 14:29:33      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:多个   pre   const   div   color   命名   new   router   vue   

//展示多个视图
<router-view class="view one"></router-view> <router-view class="view two" name="a"></router-view>
const router = new VueRouter({
  routes: [
    {
      path: /,
      components: {
        default: Foo,
        a: Bar
      }
    }
  ]
})

 

vue-router-6-命名视图

标签:多个   pre   const   div   color   命名   new   router   vue   

原文地址:http://www.cnblogs.com/avidya/p/7645103.html

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