vue中$route和$router区别2023-10-02 23:48:04一、$route和$router区别 $router为VueRouter实例,想要导航到不同URL,则使用$router.push方法 $route为当前router跳转对象里面可以获取name、path、query、params等 看图示列: 红框中就可以看出 $router中含有history属性,可以实现路由跳转 $route中含有query,params属性,跳转路由中传递参数就靠这两个 上一篇:推荐几本学习MySQL的好书下一篇:【转载】Team Development with Visual Studio .NET and Visual SourceSafe