[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
@@ -67,9 +67,9 @@ export default {
### Slot
| name | Description |
| Name | Description |
|------|------|
| - | custom content |
| default | custom content |
| left | content of left scrollable area |
| right | content of right scrollabe area |
+2 -2
View File
@@ -69,13 +69,13 @@ export default {
| 名称 | 说明 |
|------|------|
| - | 自定义显示内容 |
| default | 自定义显示内容 |
| left | 左侧滑动内容 |
| right | 右侧滑动内容 |
### Event
| 事件名 | 说明 | 参数 |
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击时触发 | 关闭时的点击位置 (`left` `right` `cell` `outside`) |