mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs(ImagePreview): optimize docs (#11892)
This commit is contained in:
parent
a8a04d3993
commit
9e818162e2
@ -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
|
||||
|
||||
|
@ -294,11 +294,11 @@ imagePreviewRef.value?.swipeTo(1);
|
||||
|
||||
通过组件调用 `ImagePreview` 时,支持以下插槽:
|
||||
|
||||
| 名称 | 说明 | 参数 |
|
||||
| ----- | ------------------------------ | ------------------------- |
|
||||
| index | 自定义页码内容 | { index: 当前图片的索引 } |
|
||||
| cover | 自定义覆盖在图片预览上方的内容 | - |
|
||||
| image | 自定义图片内容 | { src: 当前资源地址 } |
|
||||
| 名称 | 说明 | 参数 |
|
||||
| ----- | ------------------------------ | --------------------------- |
|
||||
| index | 自定义页码内容 | _{ index: 当前图片的索引 }_ |
|
||||
| cover | 自定义覆盖在图片预览上方的内容 | - |
|
||||
| image | 自定义图片内容 | _{ src: 当前资源地址 }_ |
|
||||
|
||||
### onClose 回调参数
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user