소스 검색

fix: 修改分页单页量

yongCode 5 달 전
부모
커밋
5d8e228a25
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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