docs(image) (#336)

* doc(image)

* doc(image)
This commit is contained in:
doom-9 2021-07-01 00:09:54 +08:00 committed by GitHub
parent ea4bb28f81
commit 4e3d993147
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,18 +13,19 @@ group
### Image Props
| 名称 | 类型 | 默认值 | 说明 |
| ------------ | ------------------ | ----------- | ---- |
| src | `string` | `undefined` | |
| width | `string \| number` | `undefined` | |
| height | `string \| number` | `undefined` | |
| show-toolbar | `boolean` | `true` | |
| 名称 | 类型 | 默认值 | 说明 |
| --- | --- | --- | --- |
| src | `string` | `undefined` | 图片来源 |
| alt | `string` | `undefined` | 图片说明 |
| width | `string \| number` | `undefined` | 图片宽度 |
| height | `string \| number` | `undefined` | 图片高度 |
| show-toolbar | `boolean` | `true` | 图片放大后是否展示底部工具栏 |
### ImageGroup Props
| 名称 | 类型 | 默认值 | 说明 |
| ------------ | --------- | ------ | ---- |
| show-toolbar | `boolean` | `true` | |
| 名称 | 类型 | 默认值 | 说明 |
| ------------ | --------- | ------ | ---------------------------- |
| show-toolbar | `boolean` | `true` | 图片放大后是否展示底部工具栏 |
## Slots