Pagination: fix current-change

pull/8005/head
Leopoldthecoder 2017-11-03 10:44:48 +08:00 committed by 杨奕
parent eefa2c907a
commit c30d4b11d2
1 changed files with 1 additions and 1 deletions

View File

@ -242,7 +242,7 @@ export default {
value={ this.$parent.internalCurrentPage }
domPropsValue={ this.$parent.internalCurrentPage }
type="number"
onInput={ this.handleChange }
onChange={ this.handleChange }
onFocus={ this.handleFocus }
onBlur={ this.handleBlur }
nativeOnKeyup={ this.handleKeyUp }/>