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

11 lines
199 B
Vue

<template>
<el-pagination small layout="prev, pager, next" :total="50" />
<el-pagination
small
background
layout="prev, pager, next"
:total="50"
class="mt-4"
/>
</template>