vue-typescript-admin-template
vue-typescript-admin-template copied to clipboard
路由全局前置守卫问题
在路由全局前置守卫, 当使用next({ ...to, replace: true }) 会报(Uncaught (in promise))错 ,如何解决这个问题
这个是vue-router版本的问题,旧版本不会报表,新版本可以catch这个错误
这个是vue-router版本的问题,旧版本不会报错,新版本可以catch这个错误
在路由全局前置守卫, 当使用next({ ...to, replace: true }) 会报(Uncaught (in promise))错 ,如何解决这个问题