91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

vue如何路由跳轉

vue
養魚的貓咪
189
2021-05-10 08:37:01
欄目: 編程語言

在vue中實現路由跳轉的方法有:1.使用this.$router.push()跳轉;2.使用router-link跳轉;vue如何路由跳轉

在vue中實現路由跳轉的方法有以下幾種

1.使用this.$router.push()跳轉

1)不帶參跳轉

this.$router.push('/home')

this.$router.push({name:'home'})

this.$router.push({path:'/home'})

2)帶參跳轉

this.$router.push({name:'home',query: {id:'1'}})

this.$router.push({path:'/home',query: {id:'1'}})

this.$router.push({name:'home',params: {id:'1'}})

2.使用router-link跳轉

1)不帶參跳轉

<router-link :to="{name:'home'}"> 

<router-link :to="{path:'/home'}">

2)帶參跳轉

<router-link :to="{name:'home', params: {id:1}}">
<router-link :to="{name:'home', query: {id:1}}">

0
长白| 岢岚县| 当阳市| 安阳市| 江达县| 张北县| 故城县| 南开区| 宜川县| 建水县| 新田县| 若尔盖县| 扎兰屯市| 青州市| 交口县| 北川| 九台市| 额尔古纳市| 天峨县| 咸丰县| 凉山| 安福县| 山丹县| 育儿| 分宜县| 固阳县| 黑山县| 建始县| 开封县| 慈利县| 定安县| 西青区| 曲靖市| 绥阳县| 黄石市| 中牟县| 石柱| 古蔺县| 南京市| 佳木斯市| 社旗县|