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
在v1.14.0有autoPullDownRefresh() 既自动触发下拉刷新,这个对于大多数前端其实用处很大,可能在新增列表中的item发生改变,又难以通过单独更改数据修改item的data从而重新渲染。又或者在mounted等等生命周期中,需要再加数据,简单的通过autoPullDownRefresh()调用即可。 我觊觎这个方法已经很久了,求官方可以支持
(this).$refs.scroll.autoPullDownRefresh()
The text was updated successfully, but these errors were encountered:
As #465
Sorry, something went wrong.
No branches or pull requests
What problem does this feature solve?
在v1.14.0有autoPullDownRefresh() 既自动触发下拉刷新,这个对于大多数前端其实用处很大,可能在新增列表中的item发生改变,又难以通过单独更改数据修改item的data从而重新渲染。又或者在mounted等等生命周期中,需要再加数据,简单的通过autoPullDownRefresh()调用即可。
我觊觎这个方法已经很久了,求官方可以支持
What does the proposed API look like?
(this).$refs.scroll.autoPullDownRefresh()
The text was updated successfully, but these errors were encountered: