Skip to content

Commit 2a708f5

Browse files
committed
docs(index-list): add title slot
1 parent b7b28a8 commit 2a708f5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

document/components/docs/en-US/index-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ Each item of `items` array must be an object that must contains the `name` attri
250250

251251
| Name | Description | Scope Parameters |
252252
| - | - | - |
253+
| title<sup>1.12.25+</sup> | title slot | - |
253254
| pulldown<sup>1.9.4+</sup> | located above the list and shown when pulling down refreshing | the detail is the same as Scroll component's pulldown slot scope parameters |
254255
| pullup<sup>1.9.4+</sup> | located below the list and shown when pulling up loading | the detail is the same as Scroll component's pullup slot scope parameters |
255256

document/components/docs/zh-CN/index-list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@
250250

251251
| 名字 | 说明 | 作用域参数 |
252252
| - | - | - |
253+
| title<sup>1.12.25+</sup> | 标题插槽 | - |
253254
| pulldown<sup>1.9.4+</sup> | 位于列表上方,会在下拉刷新时显示,与 scroll 组件相同 | 具体参考 scroll 组件的 pulldown 插槽作用域参数介绍 |
254255
| pullup<sup>1.9.4+</sup> | 位于列表下方,会在上拉加载时显示,与 scroll 组件相同 | 具体参考 scroll 组件的 pullup 插槽作用域参数介绍 |
255256

0 commit comments

Comments
 (0)