diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue index d907c04..b8cb4ab 100644 --- a/src/components/Pagination/index.vue +++ b/src/components/Pagination/index.vue @@ -35,7 +35,7 @@ const props = defineProps({ pageSizes: { type: Array as PropType, default() { - return [10, 20, 30, 50]; + return [10, 20, 30, 50, 100, 500]; } }, layout: {