From ef025390e333487b7b5b241325fbb22b3ec6f1d2 Mon Sep 17 00:00:00 2001 From: marco5069 <44725746+marco5069@users.noreply.github.com> Date: Thu, 27 Apr 2023 19:51:13 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E9=94=99=E5=88=AB=E5=AD=97=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=20(#713)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/NoticeBar/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NoticeBar/index.md b/src/NoticeBar/index.md index a54fbdf42..7b502708b 100644 --- a/src/NoticeBar/index.md +++ b/src/NoticeBar/index.md @@ -21,7 +21,7 @@ toc: 'content' | className | 类名 | string | - | | enableMarquee | 是否开启滚动动画 | boolean | false | | extra | 自定义右侧内容 | slot | - | -| icon | 左侧icon,支持所以内置 iconType 和自定义链接,也支持自定义slot | slot \| string | - | +| icon | 左侧icon,支持所有内置 iconType 和自定义链接,也支持自定义slot | slot \| string | - | | loop | 是否循环滚动,enableMarquee 为 true 时有效 | boolean | false | | mode | 通告类型,`link` 表示连接,整行可点;`closeable` 表示点击 x 可以关闭;不填时表示你右侧没有图标 | string | - | | style | 样式 | string | - |