[Doc] default slot name
This commit is contained in:
@@ -95,7 +95,7 @@ export default {
|
||||
|
||||
### Slot
|
||||
|
||||
| 名称 | 说明 |
|
||||
| Name | Description |
|
||||
|------|------|
|
||||
| - | Custom content after list |
|
||||
| default | Custom content after list |
|
||||
| top | Custom content before list |
|
||||
|
||||
@@ -78,7 +78,7 @@ export default {
|
||||
|
||||
### Event
|
||||
|
||||
| 事件名 | 说明 | 参数 | 版本 |
|
||||
| 事件名 | 说明 | 回调参数 | 版本 |
|
||||
|------|------|------|------|
|
||||
| add | 点击新增按钮时触发 | - | - |
|
||||
| edit | 点击编辑按钮时触发 | item: 地址对象,index: 索引 | - |
|
||||
@@ -101,5 +101,5 @@ export default {
|
||||
|
||||
| 名称 | 说明 |
|
||||
|------|------|
|
||||
| - | 在列表下方插入内容 |
|
||||
| default | 在列表下方插入内容 |
|
||||
| top | 在顶部插入内容 |
|
||||
|
||||
Reference in New Issue
Block a user