Commit c30d4b11 authored by Leopoldthecoder's avatar Leopoldthecoder Committed by 杨奕

Pagination: fix current-change

parent eefa2c90
...@@ -242,7 +242,7 @@ export default { ...@@ -242,7 +242,7 @@ export default {
value={ this.$parent.internalCurrentPage } value={ this.$parent.internalCurrentPage }
domPropsValue={ this.$parent.internalCurrentPage } domPropsValue={ this.$parent.internalCurrentPage }
type="number" type="number"
onInput={ this.handleChange } onChange={ this.handleChange }
onFocus={ this.handleFocus } onFocus={ this.handleFocus }
onBlur={ this.handleBlur } onBlur={ this.handleBlur }
nativeOnKeyup={ this.handleKeyUp }/> nativeOnKeyup={ this.handleKeyUp }/>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment