欢迎访问 生活随笔!

ag凯发k8国际

当前位置: ag凯发k8国际 > 前端技术 > vue >内容正文

vue

vue组件多次点击报错avoided redundant navigation to current location: “/profile“. -ag凯发k8国际

发布时间:2024/10/14 vue 29 豆豆
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“.的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得ag凯发k8国际网站内容还不错,欢迎将ag凯发k8国际推荐给好友。

网站地图