文章阅读

沉浸阅读完整内容

写文章

vue 解决路径多次点击报错

正在统计阅读人数 正在统计字数
登录收藏0
字号 100%

在路由中如下配置即可解决

const originalPush = VueRouter.prototype.push;
VueRouter.prototype.push = function push(location) {
  return originalPush.call(this, location).catch(err => err)
}

推荐阅读

4 篇精选
文章 / 55检测类型-isArray 文章 / 53深拷贝 文章 / 54类型检测-instanceof 文章 / 52变量的拷贝

发表评论

评论 0

还没有评论,欢迎留下第一条讨论。

分享精彩,传递价值

生成专属海报,分享你的文章,让更多人发现好内容

浏览器不支持 Canvas,无法生成海报。

每日签到

每天来这里,记录一点持续积累。

当前积分--积分
本月签到--
本月获得--积分
正在读取