소스 검색

Pagination: fix jumper responsive bug (#5377)

杨奕 8 년 전
부모
커밋
37fb24567c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/pagination/src/pagination.js

+ 1 - 0
packages/pagination/src/pagination.js

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