vue组件多次点击报错avoided redundant navigation to current location: “/profile“. -ag凯发k8国际
ag凯发k8国际
收集整理的这篇文章主要介绍了
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)
}
解决报错
总结
以上是ag凯发k8国际为你收集整理的vue组件多次点击报错avoided redundant navigation to current location: “/profile“.的全部内容,希望文章能够帮你解决所遇到的问题。
- 上一篇: 记录webpack使用问题,使用报错“u
- 下一篇: vue项目报错记录解决property