element-plus/docs/examples/pagination/number-of-pagers.vue
2022-03-13 16:16:11 -04:00

9 lines
136 B
Vue

<template>
<el-pagination
:page-size="20"
:pager-count="11"
layout="prev, pager, next"
:total="1000"
/>
</template>