diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index 56569f7..4b789de 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -33,7 +33,7 @@ const props = defineProps({ pageSizes: { type: Array, default() { - return [10, 20, 30, 50] + return [10, 20, 30, 50, 1000, 2000] } }, // 移动端页码按钮的数量端默认值5