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

16 lines
178 B
Markdown
Raw Normal View History

2018-03-10 22:39:12 +08:00
<cn>
#### 简洁
简单的翻页。
</cn>
<us>
#### Simple mode
Simple mode.
</us>
```html
<template>
<a-pagination simple :defaultCurrent="2" :total="50" />
</template>
```