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

vue-router 1

时间:2019-12-15 23:40:54      阅读:86      评论:0      收藏:0      [点我收藏+]

标签:搜索引擎   route   ram   default   搜索   nbsp   sem   one   pat   

redirect: ‘/buyOne‘  // 重定向
 
components: { // 复数s , 同时展示不同内容 不同router-view 用name区分 
        default: BuyOne,
        bob: Test
      }
 
path: ‘/about/:id‘,
    //   name: ‘About‘,
    //   props: true, // 设为true,则可以在该页面的props中接收到id
 
this.$route.params
 // params id有利于SEO(搜索引擎优化) /a/b  (SEM搜索引擎营销)
      // query主要用于查询

vue-router 1

标签:搜索引擎   route   ram   default   搜索   nbsp   sem   one   pat   

原文地址:https://www.cnblogs.com/rclw/p/12046585.html

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