vue中$route和$router的区别有哪些 vue-router的作用

博主:xiaoweixiaowei 2022-12-29 条评论

vue中$route和$router的区别:

1.$router是路由实例,而$route为当前router跳转对象;

vue中$route和$router的区别有哪些

2.$route包括path、params、hash、query、fullPath、matched、name等路由信息参数,而$router包括了路由的跳转方法,钩子函数等,在script标签中想要导航到不同的URL,可使用$router.push方法。

The End

发布于:2022-12-29,除非注明,否则均为 主机评测原创文章,转载请注明出处。