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
项目里需要监听滚动事件,但是无论是监听组件的onScroll还是window的,或者是直接监听vux-scroller-uuid和xs-container的,都没有响应,请问怎么样实现这个功能呢
The text was updated successfully, but these errors were encountered:
var xscroll = new XScroll({renderTo:'元素ID'}); xscroll.render(); xscroll.on('scroll',function(e){ })
Sorry, something went wrong.
多谢回复,我回头试一下
No branches or pull requests
项目里需要监听滚动事件,但是无论是监听组件的onScroll还是window的,或者是直接监听vux-scroller-uuid和xs-container的,都没有响应,请问怎么样实现这个功能呢
The text was updated successfully, but these errors were encountered: