[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
+2 -2
View File
@@ -95,7 +95,7 @@ export default {
### Slot
| 名称 | 说明 |
| Name | Description |
|------|------|
| - | Custom content after list |
| default | Custom content after list |
| top | Custom content before list |
+2 -2
View File
@@ -78,7 +78,7 @@ export default {
### Event
| 事件名 | 说明 | 参数 | 版本 |
| 事件名 | 说明 | 回调参数 | 版本 |
|------|------|------|------|
| add | 点击新增按钮时触发 | - | - |
| edit | 点击编辑按钮时触发 | item: 地址对象,index: 索引 | - |
@@ -101,5 +101,5 @@ export default {
| 名称 | 说明 |
|------|------|
| - | 在列表下方插入内容 |
| default | 在列表下方插入内容 |
| top | 在顶部插入内容 |