Vue-router報錯 Avoided redundant navigation to current... 解決問題

在vue項目中路由跳轉過程當中瀏覽器會報Avoided redundant navigation to current location 這個錯誤, 解決方法:在路由文件裏添加這一句可解決報錯問題vue const originalPush = VueRouter.prototype.push VueRouter.prototype.push = function push(location)
相關文章
相關標籤/搜索