[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
@@ -78,9 +78,9 @@ Vue.use(Tag);
### Slot
| name | Description |
| Name | Description |
|------|------|
| - | Default slot |
| default | Default slot |
### Event
+2 -2
View File
@@ -87,10 +87,10 @@ Vue.use(Tag);
| 名称 | 说明 |
|------|------|
| - | 自定义 Tag 显示内容 |
| default | 自定义 Tag 显示内容 |
### Event
| 事件名 | 说明 | 参数 |
| 事件名 | 说明 | 回调参数 |
|------|------|------|
| click | 点击时触发 | - |