(component): transition组件 新增time属性自定义过渡时长

This commit is contained in:
0o张不歪o0
2022-07-11 14:34:21 +08:00
parent 0c0ea1cc2c
commit afec6ca6cd
5 changed files with 19 additions and 6 deletions

View File

@@ -86,6 +86,7 @@ export default {
| ------------ | ---------------- | ------------- | ---- | ---- |
| enable | 启用 | `boolean` | `true` | `true` `false` |
| type | 类型 | `string` | `collapse` | -- |
| time | 过渡时间 | `string`|`boolean`| `0.3` | -- |
:::