vue-router.esm.js?8c4f:2062 Unca

2020-07-16  本文已影响0人  梦行乌托邦
img1

一、重新安装vue-router版本:npm i vue-router@3.0 -S

二、不换版本,加代码(没试哈)

import Router from 'vue-router'
const routerPush = Router.prototype.push
Router.prototype.push = function push(location) {
  return routerPush.call(this, location).catch(error=> error)
}

参考解决:

https://blog.csdn.net/hejiaying68/article/details/101012260

上一篇 下一篇

猜你喜欢

热点阅读