number-of-pagers.vue 136 B

12345678
  1. <template>
  2. <el-pagination
  3. :page-size="20"
  4. :pager-count="11"
  5. layout="prev, pager, next"
  6. :total="1000"
  7. />
  8. </template>