yongCode 5 месяцев назад
Родитель
Сommit
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