From cedd92c5a1c1702d8493ba32241a421ee43389e7 Mon Sep 17 00:00:00 2001 From: afc163 Date: Thu, 19 Oct 2017 19:38:36 +0800 Subject: [PATCH] update NoticeIcon api doc --- src/components/NoticeIcon/index.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/NoticeIcon/index.md b/src/components/NoticeIcon/index.md index ea540998..0f9ae70e 100644 --- a/src/components/NoticeIcon/index.md +++ b/src/components/NoticeIcon/index.md @@ -28,6 +28,8 @@ locale | 默认文案 | Object | `{ emptyText: '暂无数据', clear: '清空' } ----|------|-----|------ title | 消息分类的页签标题 | string | - data | 列表数据,格式参照下表 | Array | `[]` +emptyText | 针对每个 Tab 定制空数据文案 | ReactNode | - +emptyImage | 针对每个 Tab 定制空数据图片 | string | - ### Tab data -- GitLab