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