vue路由中 Navigating to current location ‘/router’ is not allowed

報錯緣由:屢次點擊同一路由,致使路由被屢次添加 在 router/index 中添加如下代碼,以後就不會再報路由錯誤了javascript //router/index.js Vue.use(VueRouter) //導入vue路由 const VueRouterPush = VueRouter.prototype.push VueRouter.prototype.push = function
相關文章
相關標籤/搜索