docs(ImagePreview): optimize docs (#11892)

This commit is contained in:
inottn 2023-05-21 21:49:14 +08:00 committed by GitHub
parent a8a04d3993
commit 9e818162e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -277,9 +277,9 @@ imagePreviewRef.value?.swipeTo(1);
| Name | Description | SlotProps |
| --- | --- | --- |
| index | Custom index | { index: index of current image } |
| index | Custom index | _{ index: index of current image }_ |
| cover | Custom content that covers the image preview | - |
| image | Custom image content | { src: current image src } |
| image | Custom image content | _{ src: current image src }_ |
### onClose Parameters

View File

@ -294,11 +294,11 @@ imagePreviewRef.value?.swipeTo(1);
通过组件调用 `ImagePreview` 时,支持以下插槽:
| 名称 | 说明 | 参数 |
| ----- | ------------------------------ | ------------------------- |
| index | 自定义页码内容 | { index: 当前图片的索引 } |
| cover | 自定义覆盖在图片预览上方的内容 | - |
| image | 自定义图片内容 | { src: 当前资源地址 } |
| 名称 | 说明 | 参数 |
| ----- | ------------------------------ | --------------------------- |
| index | 自定义页码内容 | _{ index: 当前图片的索引 }_ |
| cover | 自定义覆盖在图片预览上方的内容 | - |
| image | 自定义图片内容 | _{ src: 当前资源地址 }_ |
### onClose 回调参数