[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
@@ -104,9 +104,9 @@ export default {
### CollapseItem Slot
| name | Description |
| Name | Description |
|------|------|
| - | Content |
| default | Content |
| value | Custom value |
| icon | Custom icon |
| title | Custom title |
+2 -2
View File
@@ -93,7 +93,7 @@ export default {
### Collapse Event
| 事件名 | 说明 | 参数 |
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| change | 切换面板时触发 | activeNames: `string | array` |
@@ -118,7 +118,7 @@ export default {
| 名称 | 说明 |
|------|------|
| - | 面板内容 |
| default | 面板内容 |
| value | 自定义显示内容 |
| icon | 自定义`icon` |
| title | 自定义`title` |