Skip to content

Commit

Permalink
Merge branch 'dev' of https://github.com/didi/mand-mobile into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xxyan0205 committed Jul 15, 2019
2 parents 82fa1e5 + d861028 commit 78a7fc5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/scroll-view/README.en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ Release refreshable event
##### @refreshing()
Refreshing event

##### @endReached()
##### @end-reached()
Reached end event
2 changes: 1 addition & 1 deletion components/scroll-view/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,5 @@ Vue.component(ScrollView.name, ScrollView)
##### @refreshing()
刷新中事件

##### @endReached()
##### @end-reached()
滚动触底事件
2 changes: 1 addition & 1 deletion components/scroll-view/demo/cases/demo3.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<md-scroll-view
ref="scrollView"
:scrolling-x="false"
@endReached="$_onEndReached"
@end-reached="$_onEndReached"
>
<div
v-for="i in list"
Expand Down

0 comments on commit 78a7fc5

Please sign in to comment.