mirror of
https://github.com/youzan/vant.git
synced 2025-12-23 01:00:44 +08:00
[Improvement] PullRefresh: add refersh event (#625)
This commit is contained in:
@@ -127,6 +127,7 @@ export default create({
|
||||
if (this.status === 'loosing') {
|
||||
this.getStatus(this.headHeight, true);
|
||||
this.$emit('input', true);
|
||||
this.$emit('refresh');
|
||||
} else {
|
||||
this.getStatus(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user