diff --git a/src/pagination/README.md b/src/pagination/README.md index ecdcb77d9..16807fa62 100644 --- a/src/pagination/README.md +++ b/src/pagination/README.md @@ -82,8 +82,8 @@ export default { ### Slots -| Name | Description | Default | +| Name | Description | SlotProps | | --- | --- | --- | -| prev-text | custom prev slot | `-` | -| next-text | custom next slot | `-` | -| page | pagination item slot | `{ number: number, text: string, active: boolean }` | +| page `v2.10.9` | Custom pagination item | `{ number: number, text: string, active: boolean }` | +| prev-text `v2.10.9` | Custom prev text | `-` | +| next-text `v2.10.9` | Custom next text | `-` | diff --git a/src/pagination/README.zh-CN.md b/src/pagination/README.zh-CN.md index 9363fd0c2..ca2303aca 100644 --- a/src/pagination/README.zh-CN.md +++ b/src/pagination/README.zh-CN.md @@ -82,8 +82,8 @@ export default { ### Slots -| 名称 | 描述 | 默认值 | +| 名称 | 描述 | SlotProps | | --- | --- | --- | -| prev-text | 自定义上一页插槽 | `-` | -| next-text | 自定义下一页插槽 | `-` | -| page | 自定义页码插槽 | `{ number: number, text: string, active: boolean }` | +| page `v2.10.9` | 自定义页码 | `{ number: number, text: string, active: boolean }` | +| prev-text `v2.10.9` | 自定义上一页按钮文字 | `-` | +| next-text `v2.10.9` | 自定义下一页按钮文字 | `-` |