Merge branch 'dev' into next

This commit is contained in:
chenjiahan
2020-09-05 07:17:49 +08:00
82 changed files with 264 additions and 228 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ export default {
| Attribute | Description | Type | Default |
| --- | --- | --- | --- |
| type `v2.1.6` | Can be set to `primary` `success` `warning` | _string_ | `danger` |
| type | Can be set to `primary` `success` `warning` | _string_ | `danger` |
| message | Message | _string_ | - |
| duration | Duration(ms), won't disappear if value is 0 | _number \| string_ | `3000` |
| color | Message color | _string_ | `white` | |
+1 -1
View File
@@ -134,7 +134,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| type `v2.1.6` | 类型,可选值为 `primary` `success` `warning` | _string_ | `danger` |
| type | 类型,可选值为 `primary` `success` `warning` | _string_ | `danger` |
| message | 展示文案,支持通过`\n`换行 | _string_ | - |
| duration | 展示时长(ms),值为 0 时,notify 不会消失 | _number \| string_ | `3000` |
| color | 字体颜色 | _string_ | `white` |