diff --git a/components/card/index.zh-CN.md b/components/card/index.zh-CN.md index e6877ce270..656a276eae 100644 --- a/components/card/index.zh-CN.md +++ b/components/card/index.zh-CN.md @@ -24,3 +24,4 @@ cols: 1 | extra | 卡片右上角的操作区域 | string\|ReactNode | - | | bordered | 是否有边框 | boolean | true | | bodyStyle | 内容区域自定义样式 | object | - | +| loading | 当卡片内容还在加载中时,可以用 loading 展示一个占位 | boolean | false |