Vue组件多次点击报错Avoided redundant navigation to current location: “/profile“.
生活随笔
收集整理的這篇文章主要介紹了
Vue组件多次点击报错Avoided redundant navigation to current location: “/profile“.
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
報(bào)錯(cuò)提示profile組件避免了到當(dāng)前位置的冗余導(dǎo)航。
在VueRouter后添加
const originalPush = VueRouter.prototype.push
VueRouter.prototype.push = function push(location) {
return originalPush.call(this, location).catch(err => err)
}
解決報(bào)錯(cuò)
總結(jié)
以上是生活随笔為你收集整理的Vue组件多次点击报错Avoided redundant navigation to current location: “/profile“.的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 记录webpack使用问题,使用报错“U
- 下一篇: Vue项目报错记录解决Property