Update Pagination/index.vue
Apply PageSizes property to el-pagination
This commit is contained in:
parent
ea60729c0a
commit
f9a843e47c
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue