small-pagination.vue 199 B

12345678910
  1. <template>
  2. <el-pagination small layout="prev, pager, next" :total="50" />
  3. <el-pagination
  4. small
  5. background
  6. layout="prev, pager, next"
  7. :total="50"
  8. class="mt-4"
  9. />
  10. </template>