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)
相關文章
相關標籤/搜索