mirror of
https://gitee.com/element-plus/element-plus.git
synced 2024-12-15 18:01:24 +08:00
10 lines
154 B
Vue
10 lines
154 B
Vue
|
<template>
|
||
|
<el-pagination
|
||
|
:page-size="20"
|
||
|
:pager-count="11"
|
||
|
layout="prev, pager, next"
|
||
|
:total="1000"
|
||
|
>
|
||
|
</el-pagination>
|
||
|
</template>
|