Skip to content

Commit b02226b

Browse files
committed
docs: fix list api doc
1 parent 995469e commit b02226b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/list/index.zh-CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
| loading | 当卡片内容还在加载中时,可以用 `loading` 展示一个占位 | boolean\|[object](https://vue.ant.design/components/spin-cn/#API) | false |
1414
| loadMore | 加载更多 | string\|slot | - |
1515
| locale | 默认文案设置,目前包括空数据文案 | object | emptyText: '暂无数据' |
16-
| pagination | 对应的 `pagination` [配置]((https://vue.ant.design/components/pagination-cn/#API)), 设置 `false` 不显示 | boolean\|object | false |
16+
| pagination | 对应的 `pagination` [配置](https://vue.ant.design/components/pagination-cn/#API), 设置 `false` 不显示 | boolean\|object | false |
1717
| size | list 的尺寸 | `default` \| `middle` \| `small` | `default` |
1818
| split | 是否展示分割线 | boolean | true |
1919
| renderItem | 自定义`Item`函数,也可使用slot="renderItem" 和 slot-scope="item, index" | (item, index) => vNode | | - |

0 commit comments

Comments
 (0)