We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6843f9 commit 54dc9ddCopy full SHA for 54dc9dd
src/components/Pagination/index.vue
@@ -5,6 +5,7 @@
5
:current-page.sync="currentPage"
6
:page-size.sync="pageSize"
7
:layout="layout"
8
+ :page-sizes="pageSizes"
9
:total="total"
10
v-bind="$attrs"
11
@size-change="handleSizeChange"
0 commit comments