Pagination: fix jumper responsive bug (#5377)

pull/4780/merge
杨奕 2017-06-15 21:31:19 +08:00 committed by baiyaaaaa
parent c0dd2f562c
commit 37fb24567c
1 changed files with 1 additions and 0 deletions

View File

@ -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/>