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
使用中的scrollTo方法滚动到指定scrollHeight位置到时候,会产生滚动后又归位的情况,请问是怎么回事呢?
The text was updated successfully, but these errors were encountered:
给个复现demo以及步骤吧
Sorry, something went wrong.
好的,我整理下发出来
在滚动之前加个 this.$refs.scroll.refresh(); 就可以了
this.$refs.scroll.refresh(); this.$refs.scroll.scrollTo(0, Number(top), 0, 'ease');
No branches or pull requests
使用中的scrollTo方法滚动到指定scrollHeight位置到时候,会产生滚动后又归位的情况,请问是怎么回事呢?
The text was updated successfully, but these errors were encountered: