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

Pagination: fix current-change

parent eefa2c90
......@@ -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 }/>
......
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