Uncaught (in promise) Error: Avoided redundant navigation to current location: “/“.

在router》index.js文件中,添加如下代码:javascript import VueRouter from 'vue-router' Vue.use(Router) // 【添加代码】解决vue-router在3.0版本以上重复点路由报错 const originalPush = VueRouter.prototype.push VueRouter.prototype.push =
相关文章
相关标签/搜索