+
+
+
U
USER
diff --git a/components/avatar/index.zh-CN.md b/components/avatar/index.zh-CN.md
index 523cb1e18..394e5538d 100644
--- a/components/avatar/index.zh-CN.md
+++ b/components/avatar/index.zh-CN.md
@@ -2,7 +2,7 @@
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
-| icon | 设置头像的图标类型,参考 `Icon` 组件 | string | - |
+| icon | 设置头像的图标类型,可设为 Icon 的 `type` 或 VNode | string \| VNode \| slot | - |
| shape | 指定头像的形状 | Enum{ 'circle', 'square' } | `circle` |
| size | 设置头像的大小 | number \| Enum{ 'large', 'small', 'default' } | `default` |
| src | 图片类头像的资源地址 | string | - |