Преглед изворни кода

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