标签:call catch function 复制粘贴 复制 push type 路由 route
const originalPush = VueRouter.prototype.push VueRouter.prototype.push = function push(location) { return originalPush.call(this, location).catch(err => err) } // 下面的代码是vue的路由中的默认代码,把上面的代码复制粘贴到new VueRouter之前就ok const router = new VueRouter({ routes })
解决elementUI中使用el-submenu的路由模式会报错的问题
标签:call catch function 复制粘贴 复制 push type 路由 route
原文地址:https://www.cnblogs.com/liuyuexue520/p/13138551.html