[improvement] List: add loading slot (#1804)

This commit is contained in:
neverland
2018-09-14 15:02:59 +08:00
committed by GitHub
parent 44c8b2c492
commit 82b037a576
10 changed files with 22 additions and 8 deletions

View File

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

View File

@@ -83,6 +83,6 @@ Vue.use(SubmitBar);
| 名称 | 说明 |
|-----------|-----------|
| default | 自定义订单栏左侧内容 |
| - | 自定义订单栏左侧内容 |
| top | 自定义订单栏上方内容 |
| tip | 提示文案中的额外操作和说明 |