this.\$router.currentRoute 和 this.\$route 区别
两者是一样的
console.log(this.$router.currentRoute === this.$route) // true
没区别。
this.$route === this.$router.currentRoute //true
没区别console.log(this.$router.currentRoute === this.$route) // true
6 回答3.1k 阅读✓ 已解决
8 回答4.9k 阅读✓ 已解决
6 回答3.6k 阅读✓ 已解决
5 回答2.9k 阅读✓ 已解决
6 回答2.5k 阅读
5 回答6.5k 阅读✓ 已解决
4 回答2.3k 阅读✓ 已解决
两者是一样的