mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
9 lines
136 B
Vue
9 lines
136 B
Vue
<template>
|
|
<el-pagination
|
|
:page-size="20"
|
|
:pager-count="11"
|
|
layout="prev, pager, next"
|
|
:total="1000"
|
|
/>
|
|
</template>
|