docs: fix icon link (#4758)

This commit is contained in:
neverland
2019-10-17 17:20:41 +08:00
committed by GitHub
parent 2d24f3f9e7
commit 0a1d6b5a9b
14 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ Vue.use(NoticeBar);
| speed | 滚动速率 (px/s) | *number* | `50` | - |
| scrollable | 是否在长度溢出时滚动播放 | *boolean* | `true` | - |
| wrapable | 是否开启文本换行,只在禁用滚动时生效 | *boolean* | `false` | - |
| left-icon | 左侧图标名称或图片链接,可选值见 [Icon 组件](/#/zh-CN/icon) | *string* | - | - |
| left-icon | 左侧图标名称或图片链接,可选值见 [Icon 组件](#/zh-CN/icon) | *string* | - | - |
| color | 文本颜色 | *string* | `#f60` | - |
| background | 滚动条背景 | *string* | `#fff7cc` | - |