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
第一步:vuescroll中加载了一些数据,可以滚动 第二步:通过scrollTo({y: '100%'})方法,滚动至最下方 第三步:清空数据 这时候会触发handleScroll方法process返回为0
期望:理想状态是清空之后,就不应再触发handleScroll了
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
第一步:vuescroll中加载了一些数据,可以滚动
第二步:通过scrollTo({y: '100%'})方法,滚动至最下方
第三步:清空数据 这时候会触发handleScroll方法process返回为0
期望:理想状态是清空之后,就不应再触发handleScroll了
The text was updated successfully, but these errors were encountered: