Closed d1y closed 4 years ago
Usually this means you have an error in your vue-router config and it is unrelated to this project. Let me check..
return next('/home')
There is no such route
return next('/home')
There is no such route
BT. I found that it was indeed a problem with my routing configuration, which caused an infinite loop.
@d1y i new this cause i work with vuejs too, and i faced this error too sometimes
what happened?