docs(components): [Image] format doc (#10956)

* docs(components): [Image] format doc

* Update docs/en-US/component/image.md

Yes

Co-authored-by: qiang <qw13131wang@gmail.com>

Co-authored-by: qiang <qw13131wang@gmail.com>
This commit is contained in:
kooriookami 2022-12-12 15:31:58 +08:00 committed by GitHub
parent 04f7ea8105
commit 701f27a2d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,7 +104,7 @@ image/image-preview
| `infinite` | whether preview is infinite. | `boolean` | `true` |
| `hide-on-click-modal` | whether user can emit close event when clicking backdrop. | `boolean` | `false` |
| `teleported` | whether to append image itself to body. A nested parent element attribute transform should have this attribute set to `true`. | `boolean` | `false` |
| `zoom-rate` | the zoom rate of the image viewer zoom event, default is `1.2`. | `number` | `1.2` |
| `zoom-rate` | the zoom rate of the image viewer zoom event | `number` | `1.2` |
### Image Viewer Events