diff --git a/docs/web/api/card.en-US.md b/docs/web/api/card.en-US.md index 469c00e94c..e98c539620 100644 --- a/docs/web/api/card.en-US.md +++ b/docs/web/api/card.en-US.md @@ -73,3 +73,7 @@ A card with a main title, subtitle, or title description. #### A card with both a main subtitle and a title description {{ header-all-props }} + +#### A custom loadingProps card + +{{ custom-loading-props }} diff --git a/docs/web/api/card.md b/docs/web/api/card.md index 2657242074..858e5fc7a1 100644 --- a/docs/web/api/card.md +++ b/docs/web/api/card.md @@ -71,3 +71,8 @@ spline: data #### 同时带主副标题与标题描述的卡片 {{ header-all-props }} + + +#### 自定义loadingProps的卡片 + +{{ custom-loading-props }}