Commit 37fb2456 authored by 杨奕's avatar 杨奕 Committed by baiyaaaaa

Pagination: fix jumper responsive bug (#5377)

parent c0dd2f56
...@@ -206,6 +206,7 @@ export default { ...@@ -206,6 +206,7 @@ export default {
min={ 1 } min={ 1 }
max={ this.internalPageCount } max={ this.internalPageCount }
value={ this.$parent.internalCurrentPage } value={ this.$parent.internalCurrentPage }
domProps-value={ this.$parent.internalCurrentPage }
on-change={ this.handleChange } on-change={ this.handleChange }
on-focus={ this.handleFocus } on-focus={ this.handleFocus }
number/> number/>
......
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