vue2.0 $router和$route的区别

$route为当前router跳转对象,里面可以获取name、path、query、params等

$router为VueRouter实例,想要导航到不同URL,则使用$router.push方法

返回上一个history也是使用$router.go方法

posted @ 2018-05-08 10:34  Sarah119  Views(335)  Comments(0Edit  收藏  举报