Skip to content

Commit

Permalink
Fix a pagination bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
furybean committed Jun 27, 2016
1 parent 60551c2 commit 240e39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/pagination.vue
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
this.oldValue = null;
}
},
template: '<span>第<input class="d-pagination-editor" v-model="$parent.currentPage" @change="handleChange($event)" @focus="handleFocus($event)" style="width: 30px;" lazy />页, 共 {{$parent.pageCount}} 页</span>'
template: '<span>第<input class="d-pagination-editor" number v-model="$parent.currentPage" @change="handleChange($event)" @focus="handleFocus($event)" style="width: 30px;" lazy />页, 共 {{$parent.pageCount}} 页</span>'
},
Info: {
Expand Down

0 comments on commit 240e39f

Please sign in to comment.