mirror of https://github.com/ElemeFE/element
Pagination: fix jumper responsive bug (#5377)
parent
c0dd2f562c
commit
37fb24567c
|
@ -206,6 +206,7 @@ export default {
|
|||
min={ 1 }
|
||||
max={ this.internalPageCount }
|
||||
value={ this.$parent.internalCurrentPage }
|
||||
domProps-value={ this.$parent.internalCurrentPage }
|
||||
on-change={ this.handleChange }
|
||||
on-focus={ this.handleFocus }
|
||||
number/>
|
||||
|
|
Loading…
Reference in New Issue