Explorar o código

fix: 修改分页单页量

yongCode hai 5 meses
pai
achega
5d8e228a25
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Pagination/index.vue

+ 1 - 1
src/components/Pagination/index.vue

@@ -33,7 +33,7 @@ const props = defineProps({
   pageSizes: {
     type: Array,
     default() {
-      return [2,10, 20, 30, 50]
+      return [10, 20, 30, 50]
     }
   },
   // 移动端页码按钮的数量端默认值5