解決vue中使用ElementUI導航欄重複點菜單出現錯誤Error: Avoided redundant navigation to current location:的問題

在VUE中使用ElementUI中的導航的時候,默認狀況下若是重複點擊某選項,會報錯,顯示是路由重複, 雖說對項目沒啥影響,可是看到有紅色的bug就想解決有木有。 解決方法以下 在router.js中加上如下代碼javascript // 解決ElementUI導航欄中重複點菜單報錯問題 const originalPush = VueRouter.prototype.push VueRo
相關文章
相關標籤/搜索