hezhongfeng / vue-page-stack

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

使用this.$once("hook:beforeDestroy", () => {});失效 #84

Closed gsjay23LALA closed 4 years ago

gsjay23LALA commented 4 years ago

对定时器在页面beforeDestroy的时候清空,发现无法进入回调

gsjay23LALA commented 4 years ago

发现是加了keep-alive被缓存就不触发beforeDestroy和destroyed