Vue---this.$route和this.$router这两个对象

Posted 小白咚

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Vue---this.$route和this.$router这两个对象相关的知识,希望对你有一定的参考价值。

// 注意: 在 this 这个组件身上,有 this.$route 和 this.$router

// this.$route 是专门用来获取路由中参数的;

// this.$router 是专门来实现编程式导航的;

// 注意:this.$route和this.$router这两个对象

// this.$route是路由参数对象,所有路由中的参数,params,query都属于他

// this.$router 是一个路由(导航对象),用它方便的使用js 代码,实现路由的前进,后退,跳转到新的url地址

以上是关于Vue---this.$route和this.$router这两个对象的主要内容,如果未能解决你的问题,请参考以下文章

Vue This指代

vue this.$options

VUE this.$set方法

vue this触发事件

vue this.$refs 的基本使用

Vue--this.$refs 获取dom元素和组件(获取子组件的dom和方法)