Vue组件多次点击报错Avoided redundant navigation to current location: “/profile“.
生活随笔
收集整理的这篇文章主要介绍了
Vue组件多次点击报错Avoided redundant navigation to current location: “/profile“.
小编觉得挺不错的,现在分享给大家,帮大家做个参考.
报错提示profile组件避免了到当前位置的冗余导航。
在VueRouter后添加
const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
return originalPush.call(this, location).catch(err => err)
}
解决报错
总结
以上是生活随笔为你收集整理的Vue组件多次点击报错Avoided redundant navigation to current location: “/profile“.的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 记录webpack使用问题,使用报错“U
- 下一篇: Vue项目报错记录解决Property