Skip to content

Commit 54dc9dd

Browse files
painnickPanJiaChen
authored andcommitted
fix[Pagination]: apply PageSizes property to el-pagination (#1355)
Apply PageSizes property to el-pagination
1 parent c6843f9 commit 54dc9dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/Pagination/index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
:current-page.sync="currentPage"
66
:page-size.sync="pageSize"
77
:layout="layout"
8+
:page-sizes="pageSizes"
89
:total="total"
910
v-bind="$attrs"
1011
@size-change="handleSizeChange"

0 commit comments

Comments
 (0)