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
拉到底@scroll-bottom事件也不触发。
请创建最小可复现代码,并上传到你的 GitHub 仓库
@scroll="handleScrollBottom($event)"
handleScrollBottom: (e) => { console.log(e) }
@scroll-bottom应该触发
The text was updated successfully, but these errors were encountered:
好像是container-height超过某个特定高度,就不触发。高度完全在视野范围内。
Sorry, something went wrong.
感谢反馈,我们跟进下
已限制container-height最大为可视区
fix(list): 组件事件不被触发 #1607
64088fc
szg2008
No branches or pull requests
问题描述
拉到底@scroll-bottom事件也不触发。
最小可复现仓库
@scroll="handleScrollBottom($event)"
预期的行为和实际行为
复现步骤,具体代码
@scroll-bottom应该触发
相关环境信息
The text was updated successfully, but these errors were encountered: