ant-design-vue/antdv-demo/docs/pagination/demo/simple.md

16 lines
178 B
Markdown
Raw Normal View History

2021-03-12 07:48:30 +00:00
<cn>
#### 简洁
简单的翻页。
</cn>
<us>
#### Simple mode
Simple mode.
</us>
```vue
<template>
<a-pagination simple :default-current="2" :total="50" />
</template>
```