[Doc] add component changelog (#1816)

This commit is contained in:
neverland
2018-09-17 15:10:07 +08:00
committed by GitHub
parent 47aaf254b9
commit bde9f5adb2
55 changed files with 1102 additions and 383 deletions
+10
View File
@@ -30,3 +30,13 @@ Vue.use(Loading);
| color | 颜色 | `String` | `#c9c9c9` |
| type | 类型,可选值为 `spinner` | `String` | `circular` |
| size | 大小 | `String` | `30px` |
### 更新日志
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.3.0 | feature | 支持配置为任意颜色
| 0.12.9 | feature | 新增 size 属性
| 0.12.9 | feature | 新增 circular 类型
| 0.12.9 | improvement | type 默认值修改为 circular
| 0.10.8 | feature | 新增 spinner 类型