Browse Source

fix: 修改分页单页量

yongCode 5 tháng trước cách đây
mục cha
commit
5d8e228a25
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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