ant-design-vue/components/pagination/demo/more.md

16 lines
160 B
Markdown
Raw Normal View History

2018-03-10 22:39:12 +08:00
<cn>
#### 更多
更多分页。
</cn>
<us>
#### more
Mode pages.
</us>
2019-10-09 18:32:23 +08:00
```tpl
2018-03-10 22:39:12 +08:00
<template>
<a-pagination :defaultCurrent="6" :total="500" />
</template>
```