mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-02 11:17:46 +08:00
11 lines
199 B
Vue
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>
|