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