this.$router.push({})實現路由跳轉

使用 this.$router.push(location) 來修改 url,完成跳轉 push 後面能夠是對象,也能夠是字符串:html // 字符串 this.$router.push('/home/first') // 對象 this.$router.push({ path: '/home/first' }) // 命名的路由 this.$router.push({ name: 'home'
相關文章
相關標籤/搜索