We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,您在项目中使用了vue-scroll-behavior解决页面位置的记录与恢复。在首页/电影/图书列表页均可以恢复位置,但在详情页每次都默认回到了顶部。在项目中只是简单配置了Vue.use(vueScrollBehavior, { router: router }),请问这是如何做到的。
Vue.use(vueScrollBehavior, { router: router })
The text was updated successfully, but these errors were encountered:
No branches or pull requests
您好,您在项目中使用了vue-scroll-behavior解决页面位置的记录与恢复。在首页/电影/图书列表页均可以恢复位置,但在详情页每次都默认回到了顶部。在项目中只是简单配置了
Vue.use(vueScrollBehavior, { router: router })
,请问这是如何做到的。The text was updated successfully, but these errors were encountered: