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

Vue_跳转页面的一些方法

时间:2021-06-13 09:28:10      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:配置   pat   param   outer   页面   new   ons   pre   link   

1、

   <router-link to="/home">首页</router-link>

2、

this.$router.push({path:‘/content/495‘});
this.$router.push({name:‘news‘,params:{userId:123}})

3、命名式路由 在main.js中配置

const routes={
    {path:‘/news‘,component:News,name:‘news‘}
}
this.$router.push({name:‘news‘})
this.$router.push({name:‘news‘,params:{userId:123}})

Vue_跳转页面的一些方法

标签:配置   pat   param   outer   页面   new   ons   pre   link   

原文地址:https://www.cnblogs.com/ju-ruo/p/14876376.html

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