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

[bug]: 在v3.1.1版本上,页面跳转后被销毁 #156

Closed h-yw closed 7 months ago

h-yw commented 7 months ago

描述: node_module中版本3.1.1,Router.push 以后,页面被销毁。 vue devtool显示也是如此,组件被销毁。 更改版本号3.0.x后,表现正常

问题package.json dependencies

"vue-page-stack": "^3.0.1",

修正package.json dependencies

"vue-page-stack": "~3.0.1",
hezhongfeng commented 7 months ago

准备个例子吧,我的这个项目里面,没有你说的现象