docs: add ellipsis docs

This commit is contained in:
caoyugang 2021-07-18 15:31:37 +08:00
parent d994613a5e
commit 71511e7a97
2 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@ custom-tooltip
## Slots
| Name | Parameters | Description |
| ------- | ---------- | ----------- |
| default | `()` | |
| tooltip | `()` | |
| Name | Parameters | Description |
| ------- | ---------- | --------------------------- |
| default | `()` | The content of ellipsis. |
| tooltip | `()` | Ellipsis's tooltip content. |

View File

@ -23,7 +23,7 @@ custom-tooltip
## Slots
| 名称 | 参数 | 说明 |
| ------- | ---- | ---- |
| default | `()` | |
| tooltip | `()` | |
| 名称 | 参数 | 说明 |
| ------- | ---- | -------------- |
| default | `()` | 文本省略的内容 |
| tooltip | `()` | tooltip 的内容 |