Skip to content

Commit

Permalink
Merge pull request #3761 from SunnyQjm/patch-1
Browse files Browse the repository at this point in the history
fix(components-qa): 修复快应用ScrollView组件事件分发错误
  • Loading branch information
jinjinjin0731 authored Jul 11, 2019
2 parents e2ccfa3 + 4391370 commit 58823af
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},

onScrollToUpper () {
this.$emit('scrollToLower', e)
this.$emit('scrollToUpper', e)
},

handleClick (e) {
Expand Down

0 comments on commit 58823af

Please sign in to comment.