vue-router next 问题

next() 会继续往下执行

next({...to})  会跳转到这个路由,重新渲染 routerBeforeEach。

你可能感兴趣的:(vue-router next 问题)