From b55da844466ff76c43e8a31478893cd9d993eb2f Mon Sep 17 00:00:00 2001 From: 18110972313 <780768673@qq.com> Date: Sat, 10 May 2025 13:49:15 +0800 Subject: [PATCH] =?UTF-8?q?update=20=E4=BF=AE=E6=94=B9=E5=88=86=E9=A1=B5?= =?UTF-8?q?=E4=B8=AD=E6=AF=8F=E9=A1=B5=E5=B1=95=E7=A4=BA=E7=9A=84=E6=9D=A1?= =?UTF-8?q?=E6=95=B0=E5=A2=9E=E5=8A=A0=E5=88=B0500?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Pagination/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: {