[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

View File

@@ -45,7 +45,7 @@ Vue.use(SubmitBar);
```
#### 高级用法
通过 slot 插入自定义内容
通过插槽插入自定义内容
```html
<van-submit-bar
@@ -86,3 +86,16 @@ Vue.use(SubmitBar);
| - | 自定义订单栏左侧内容 |
| top | 自定义订单栏上方内容 |
| tip | 提示文案中的额外操作和说明 |
### 更新日志
| 版本 | 类型 | 内容 |
|-----------|-----------|-----------|
| 1.2.0 | improvement | 样式优化升级 |
| 1.1.6 | improvement | 优化渲染结构 |
| 1.0.6 | feature | 新增 currency 属性 |
| 1.0.5 | bugfix | 修复字体大小继承错误的问题 |
| 1.0.4 | improvement | 优化文字大小 |
| 1.0.4 | bugfix | 修复金额保留位数错误的问题 |
| 0.11.1 | feature | 新增默认插槽 |
| 0.9.2 | feature | 新增组件 |