docs: type highlight (#4264)

This commit is contained in:
neverland
2019-08-27 22:09:21 +08:00
committed by GitHub
parent a79750d00c
commit ecbdc2bede
129 changed files with 1493 additions and 1484 deletions

View File

@@ -42,10 +42,10 @@ export default {
| Attribute | Description | Type | Default | Version |
|------|------|------|------|------|
| show | Whether to show overlay | `boolean` | `false` | - |
| z-index | z-index | `number | string` | `1` | - |
| duration | Animation duration | `number | string` | `0.3` | - |
| class-name | ClassName | `string` | - | - |
| show | Whether to show overlay | *boolean* | `false` | - |
| z-index | z-index | *string \| number* | `1` | - |
| duration | Animation duration | *string \| number* | `0.3` | - |
| class-name | ClassName | *string* | - | - |
### Events

View File

@@ -46,10 +46,10 @@ export default {
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|------|------|------|------|------|
| show | 是否展示遮罩层 | `boolean` | `false` | - |
| z-index | z-index 层级 | `number | string` | `1` | - |
| duration | 动画时长,单位秒 | `number | string` | `0.3` | - |
| class-name | 自定义类名 | `string` | - | - |
| show | 是否展示遮罩层 | *boolean* | `false` | - |
| z-index | z-index 层级 | *string \| number* | `1` | - |
| duration | 动画时长,单位秒 | *string \| number* | `0.3` | - |
| class-name | 自定义类名 | *string* | - | - |
### Events