[Doc] remove old version tip (#3694)

This commit is contained in:
neverland
2019-06-29 16:56:07 +08:00
committed by GitHub
parent 8a1a186dac
commit cbda63939d
33 changed files with 104 additions and 104 deletions

View File

@@ -53,10 +53,10 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| message | 展示文案,支持通过`\n`换行 | `String` | - | 1.4.7 |
| duration | 展示时长(ms),值为 0 时notify 不会消失 | `Number` | `3000` | 1.4.7 |
| color | 字体颜色 | `String` | `#fff` | 1.4.7 |
| background | 背景颜色 | `String` | `#f44` | 1.4.7 |
| message | 展示文案,支持通过`\n`换行 | `String` | - | - |
| duration | 展示时长(ms),值为 0 时notify 不会消失 | `Number` | `3000` | - |
| color | 字体颜色 | `String` | `#fff` | - |
| background | 背景颜色 | `String` | `#f44` | - |
| className | 自定义类名 | `String | Array | Object` | - | 1.6.0 |
| onClick | 点击时的回调函数 | `Function` | - | 2.0.0 |
| onOpened | 完全展示后的回调函数 | `Function` | - | 2.0.0 |