docs(Overlay): add api version tip (#5081)

This commit is contained in:
neverland
2019-11-22 11:23:59 +08:00
committed by GitHub
parent 27e2e9cb2e
commit c168cd3c12
2 changed files with 14 additions and 14 deletions
+7 -7
View File
@@ -64,16 +64,16 @@ export default {
| z-index | z-index | *string \| number* | `1` | - |
| duration | Animation duration | *string \| number* | `0.3` | - |
| class-name | ClassName | *string* | - | - |
| custom-class | Custom style | *object* | - | - |
| custom-class | Custom style | *object* | - | 2.2.5 |
### Events
| Event | Description | Arguments |
|------|------|------|
| click | Triggered when clicked | event: Event |
| Event | Description | Arguments | Version |
|------|------|------|------|
| click | Triggered when clicked | event: Event | - |
### Slots
| Name | Description |
|------|------|
| default | Default slot |
| Name | Description | Version |
|------|------|------|
| default | Default slot | 2.2.5 |