docs(Notify): fix background default value (#4486)

This commit is contained in:
neverland
2019-09-18 14:27:06 +08:00
committed by GitHub
parent 31ceba6c38
commit c32e29791e
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -68,11 +68,11 @@ export default {
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| type | Can be set to `primary` `info` `warning` | *string* | `danger` | - |
| type | Can be set to `primary` `info` `warning` | *string* | `danger` | 2.1.6 |
| message | Message | *string* | - | - |
| duration | Duration(ms), won't disappear if value is 0 | *number* | `3000` | - |
| color | Message color | *string* | `#fff` | | - |
| background | Background color | *string* | `#ee0a24` | - |
| background | Background color | *string* | - | - |
| className | Custom className | *any* | - | - |
| onClick | Callback function after click | *Function* | - | - |
| onOpened | Callback function after opened | *Function* | - | - |