File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 13
13
| loading | 当卡片内容还在加载中时,可以用 ` loading ` 展示一个占位 | boolean\| [ object] ( https://vue.ant.design/components/spin-cn/#API ) | false |
14
14
| loadMore | 加载更多 | string\| slot | - |
15
15
| 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 |
17
17
| size | list 的尺寸 | ` default ` \| ` middle ` \| ` small ` | ` default ` |
18
18
| split | 是否展示分割线 | boolean | true |
19
19
| renderItem | 自定义` Item ` 函数,也可使用slot="renderItem" 和 slot-scope="item, index" | (item, index) => vNode | | - |
You can’t perform that action at this time.
0 commit comments