[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
@@ -76,3 +76,13 @@ export default {
| url | 跳转链接 | `String` | - |
| to | 路由跳转对象,同 `vue-router` 的 to | `String | Object` | - |
| replace | 跳转时是否替换当前 history | `String` | `false` |
### 更新日志
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.1.4 | bugfix | 修复 info 长度超过三位数时显示错误 |
| 0.11.13 | feature | 新增 info 属性 |
| 0.11.13 | feature | 新增 to、replace 属性,支持路由跳转 |
| 0.11.13 | bugfix | 修复小屏下文字显示不全的问题 |
| 0.8.8 | feature | 新增组件 |