1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-04-06 03:57:53 +08:00

fix[Pagination]: apply PageSizes property to el-pagination (#1355)

Apply PageSizes property to el-pagination
This commit is contained in:
Heedong Im 2018-11-26 19:17:06 +09:00 committed by Pan
parent 5849b13d3f
commit 8836133f66

View File

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