mirror of https://github.com/ElemeFE/element
Pagination: fix current-change
parent
eefa2c907a
commit
c30d4b11d2
|
@ -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 }/>
|
||||||
|
|
Loading…
Reference in New Issue