diff --git a/examples/docs/en-US/pagination.md b/examples/docs/en-US/pagination.md index 61929ea2f..ba78ab2f4 100644 --- a/examples/docs/en-US/pagination.md +++ b/examples/docs/en-US/pagination.md @@ -206,6 +206,8 @@ Add more modules based on your scenario. | layout | layout of Pagination, elements separated with a comma | string | `sizes`, `prev`, `pager`, `next`, `jumper`, `->`, `total`, `slot` | 'prev, pager, next, jumper, ->, total' | | page-sizes | options of item count per page | number[] | — | [10, 20, 30, 40, 50, 100] | | popper-class | custom class name for the page size Select's dropdown | string | — | — | +| prev-text | text for the prev button | string | — | — | +| next-text | text for the next button | string | — | — | ### Events | Event Name | Description | Parameters | diff --git a/examples/docs/zh-CN/pagination.md b/examples/docs/zh-CN/pagination.md index 8f70d1fa9..cf2caa36f 100644 --- a/examples/docs/zh-CN/pagination.md +++ b/examples/docs/zh-CN/pagination.md @@ -206,6 +206,8 @@ | layout | 组件布局,子组件名用逗号分隔| String | `sizes`, `prev`, `pager`, `next`, `jumper`, `->`, `total`, `slot` | 'prev, pager, next, jumper, ->, total' | | page-sizes | 每页显示个数选择器的选项设置 | Number[] | — | [10, 20, 30, 40, 50, 100] | | popper-class | 每页显示个数选择器的下拉框类名 | string | — | — | +| prev-text | 替代图标显示的上一页文字 | string | — | — | +| next-text | 替代图标显示的下一页文字 | string | — | — | ### Events | 事件名称 | 说明 | 回调参数 | diff --git a/examples/play/index.vue b/examples/play/index.vue index a1b8e0c85..51031f081 100644 --- a/examples/play/index.vue +++ b/examples/play/index.vue @@ -1,5 +1,9 @@