Merge pull request #360 from TuSimple/docs

Docs
This commit is contained in:
07akioni 2021-07-02 18:17:03 +08:00 committed by GitHub
commit 50dfc3b420
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