ant-design/components/pagination/demo/more.md
2019-05-07 14:57:32 +08:00

227 B

order title
1
zh-CN en-US
更多 More

zh-CN

更多分页。

en-US

More pages.

import { Pagination } from 'antd';

ReactDOM.render(<Pagination defaultCurrent={6} total={500} />, mountNode);