hezhongfeng / vue-page-stack

Routing and navigation for your Vue SPA. Vue3.0 单页应用导航管理器
https://vue-page-stack-example.onrender.com
MIT License
711 stars 78 forks source link

组件内守卫 beforeRouteLeave执行两遍 #126

Closed PS-panda closed 2 years ago

PS-panda commented 2 years ago
beforeRouteLeave(to, from, next) {
    // 在这里发送请求,执行两遍
}
hezhongfeng commented 2 years ago

可以开个仓库复现这个问题