Skip to content

Commit

Permalink
fix[Pagination]: apply PageSizes property to el-pagination (#1355)
Browse files Browse the repository at this point in the history
Apply PageSizes property to el-pagination
  • Loading branch information
painnick authored and PanJiaChen committed Nov 26, 2018
1 parent c6843f9 commit 54dc9dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Pagination/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
:current-page.sync="currentPage"
:page-size.sync="pageSize"
:layout="layout"
:page-sizes="pageSizes"
:total="total"
v-bind="$attrs"
@size-change="handleSizeChange"
Expand Down

0 comments on commit 54dc9dd

Please sign in to comment.