Vue-elementUI - 项目中报错Error: Avoided redundant navigation to current location: “/xxx“.的解决方案

报错显示路由重复,对功能没有影响,但是强迫症看着不爽。javascript 具体表现: 重复点击 elementui 中 tab 栏菜单,会报这种错误。vue 解决方案:java // 解决ElementUI导航栏中的vue-router在3.0版本以上重复点菜单报错问题 const originalPush = VueRouter.prototype.push VueRouter.prototy
相关文章
相关标签/搜索