[Doc] default slot name

This commit is contained in:
陈嘉涵
2019-04-30 17:32:00 +08:00
parent 2bb01b4a63
commit cd0720954c
65 changed files with 97 additions and 98 deletions

View File

@@ -85,6 +85,6 @@ Use slot to add custom contents.
| Name | Description |
|------|------|
| - | Custom left content |
| default | Custom left content |
| top | Custom top content |
| tip | Custom tips |

View File

@@ -80,7 +80,7 @@ Vue.use(SubmitBar);
### Event
| 事件名 | 说明 | 参数 |
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| submit | 按钮点击事件回调 | - |
@@ -88,6 +88,6 @@ Vue.use(SubmitBar);
| 名称 | 说明 |
|------|------|
| - | 自定义订单栏左侧内容 |
| default | 自定义订单栏左侧内容 |
| top | 自定义订单栏上方内容 |
| tip | 提示文案中的额外操作和说明 |