[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
+1 -1
View File
@@ -123,5 +123,5 @@ Use ref to get list instance and call instance methods
| Name | Description |
|------|------|
| - | List content |
| default | List content |
| loading | Custom loading tips |
+2 -2
View File
@@ -114,7 +114,7 @@ export default {
### Event
| 事件名 | 说明 | 参数 |
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| load | 滚动条与底部距离小于 offset 时触发 | - |
@@ -130,5 +130,5 @@ export default {
| 名称 | 说明 |
|------|------|
| - | 列表内容 |
| default | 列表内容 |
| loading | 自定义底部加载中提示 |