fix pagination select

pull/1401/head
Leopoldthecoder 2016-11-28 12:27:46 +08:00
parent ce3bed6cb5
commit 2fc06cc37b
1 changed files with 6 additions and 6 deletions

View File

@ -141,7 +141,7 @@ export default {
<span class="el-pagination__sizes">
<el-select
value={ this.$parent.internalPageSize }
on-change={ this.handleChange }>
on-input={ this.handleChange }>
{
this.pageSizes.map(item =>
<el-option