docs: update version tag
This commit is contained in:
+13
-13
@@ -58,22 +58,22 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| 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* | - | - |
|
||||
| custom-class | Custom style | *object* | - | 2.2.5 |
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| 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* | - |
|
||||
| custom-class `v2.2.5` | Custom style | *object* | - |
|
||||
|
||||
### Events
|
||||
|
||||
| Event | Description | Arguments | Version |
|
||||
|------|------|------|------|
|
||||
| click | Triggered when clicked | event: Event | - |
|
||||
| Event | Description | Arguments |
|
||||
|------|------|------|
|
||||
| click | Triggered when clicked | event: Event |
|
||||
|
||||
### Slots
|
||||
|
||||
| Name | Description | Version |
|
||||
|------|------|------|
|
||||
| default | Default slot | 2.2.5 |
|
||||
| Name | Description |
|
||||
|------|------|
|
||||
| default `v2.2.5` | Default slot |
|
||||
|
||||
+13
-13
@@ -64,22 +64,22 @@ export default {
|
||||
|
||||
### Props
|
||||
|
||||
| 参数 | 说明 | 类型 | 默认值 | 版本 |
|
||||
|------|------|------|------|------|
|
||||
| show | 是否展示遮罩层 | *boolean* | `false` | - |
|
||||
| z-index | z-index 层级 | *string \| number* | `1` | - |
|
||||
| duration | 动画时长,单位秒 | *string \| number* | `0.3` | - |
|
||||
| class-name | 自定义类名 | *string* | - | - |
|
||||
| custom-style | 自定义样式 | *object* | - | 2.2.5 |
|
||||
| 参数 | 说明 | 类型 | 默认值 |
|
||||
|------|------|------|------|
|
||||
| show | 是否展示遮罩层 | *boolean* | `false` |
|
||||
| z-index | z-index 层级 | *string \| number* | `1` |
|
||||
| duration | 动画时长,单位秒 | *string \| number* | `0.3` |
|
||||
| class-name | 自定义类名 | *string* | - |
|
||||
| custom-style `v2.2.5` | 自定义样式 | *object* | - |
|
||||
|
||||
### Events
|
||||
|
||||
| 事件名 | 说明 | 回调参数 | 版本 |
|
||||
|------|------|------|------|
|
||||
| click | 点击时触发 | event: Event | - |
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
|------|------|------|
|
||||
| click | 点击时触发 | event: Event |
|
||||
|
||||
### Slots
|
||||
|
||||
| 名称 | 说明 | 版本 |
|
||||
|------|------|------|
|
||||
| default | 默认插槽,用于在遮罩层上方嵌入内容 | 2.0.5 |
|
||||
| 名称 | 说明 |
|
||||
|------|------|
|
||||
| default `v2.0.5` | 默认插槽,用于在遮罩层上方嵌入内容 |
|
||||
|
||||
Reference in New Issue
Block a user