loulijun2021
2022-08-01 3032fc5c1b188a820c7546da5b92a6b8d415f23a
src/components/Pagination/index.vue
@@ -36,7 +36,7 @@
    pageSizes: {
      type: Array,
      default() {
        return [5, 10, 20, 100]
        return [10, 20, 50, 100]
      }
    },
    layout: {