[Doc] props title

This commit is contained in:
陈嘉涵
2019-05-03 09:37:24 +08:00
parent 921f8a88fb
commit e3cb465dc2
101 changed files with 279 additions and 283 deletions
+3 -3
View File
@@ -46,7 +46,7 @@ Vue.use(NoticeBar);
</van-notice-bar>
```
### API
### Props
| Attribute | Description | Type | Default |
|------|------|------|------|
@@ -60,14 +60,14 @@ Vue.use(NoticeBar);
| color | Text color | `String` | `#f60` |
| background | Background color | `String` | `#fff7cc` |
### Event
### Events
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when click NoticeBar | - |
| close | Triggered when closed | - |
### Slot
### Slots
| Name | Description |
|------|------|