1
0
mirror of https://github.com/PanJiaChen/vue-element-admin.git synced 2025-09-10 02:41:34 +08:00

Update Pagination/index.vue

Apply PageSizes property to el-pagination
This commit is contained in:
Heedong Im 2018-11-22 19:53:51 +09:00 committed by GitHub
parent ea60729c0a
commit f9a843e47c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"