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

当前页面的滚动位置会被带到下一个页面 #168

Open LLoyou00 opened 1 month ago

LLoyou00 commented 1 month ago

image image 在 home 页面滚动到底部,然后跳转到 main-detail ,main-detail也会有一定的滚动,为了复现,我在 main-detail 页面额外填充了一些内容,撑开高度

LLoyou00 commented 1 month ago

在 onForward 中加入 window.scrollTo(0, 0) 可以暂时性的解决这个问题 image

hezhongfeng commented 1 month ago

好的,有空我看看~