[Doc] NoticeBar slot

This commit is contained in:
陈嘉涵 2019-04-30 15:02:03 +08:00
parent dec1e4cee8
commit 3af9cf6c41
2 changed files with 6 additions and 2 deletions

View File

@ -71,4 +71,6 @@ Vue.use(NoticeBar);
| Name | Description |
|------|------|
| - | Notice text content
| - | Notice text content |
| left-icon | Custom left icon |
| right-icon | Custom right icon |

View File

@ -79,4 +79,6 @@ Vue.use(NoticeBar);
| 名称 | 内容 |
|------|------|
| - | 通告文本内容
| - | 通告文本内容 |
| left-icon | 自定义左侧图标 |
| right-icon | 自定义右侧图标 |