diff --git a/components/pagination/index.en-US.md b/components/pagination/index.en-US.md index aeac5a9974..0ed5cd2222 100644 --- a/components/pagination/index.en-US.md +++ b/components/pagination/index.en-US.md @@ -16,7 +16,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*WM86SrBC8TsAAA Basic -Align +Align More Changer Jumper @@ -39,7 +39,7 @@ Common props ref:[Common props](/docs/react/common-props) | Property | Description | Type | Default | Version | | --- | --- | --- | --- | --- | -| align | Align | start \| center \| end | - | | +| align | Align | start \| center \| end | - | 5.19.0 | | current | Current page number | number | - | | | defaultCurrent | Default initial page number | number | 1 | | | defaultPageSize | Default number of data items per page | number | 10 | | diff --git a/components/pagination/index.zh-CN.md b/components/pagination/index.zh-CN.md index 76435d66c4..977e77b7ee 100644 --- a/components/pagination/index.zh-CN.md +++ b/components/pagination/index.zh-CN.md @@ -17,7 +17,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*WM86SrBC8TsAAA 基本 -方向 +方向 更多 改变 跳转 @@ -40,7 +40,7 @@ coverDark: https://mdn.alipayobjects.com/huamei_7uahnr/afts/img/A*WM86SrBC8TsAAA | 参数 | 说明 | 类型 | 默认值 | 版本 | | --- | --- | --- | --- | --- | -| align | 对齐方式 | start \| center \| end | - | | +| align | 对齐方式 | start \| center \| end | - | 5.19.0 | | current | 当前页数 | number | - | | | defaultCurrent | 默认的当前页数 | number | 1 | | | defaultPageSize | 默认的每页条数 | number | 10 | |