Skip to content

Commit

Permalink
chore(docs): fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
wenqing committed Sep 19, 2023
1 parent 8dd5c3b commit 85c5e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ app.use(PreviewableImage, {
| `referrerPolicy` | The `referrerPolicy` of **img** | `string` | - | `undefined` |
| `lazy` | Whether to enable image lazy load | `boolean` | - | `true` |
| `zIndex` | Define the CSS `z-index` value of the viewer in modal mode | `number` or `string` | - | `2015` |
| `fit` | The `object-ft` of **img** | `string` | `fill / contain / cover / none / scale-down` | `fill` |
| `fit` | The `object-fit` of **img** | `string` | `fill / contain / cover / none / scale-down` | `fill` |
| `previewSrcList` | Define your previewable image list | `string[]` or `{ src: string; alt: string}[]` | - | `[]` |
| `currentPreviewIndex` | Current preview image shown index, support `v-model` | `number` | - | `0` |
| `viewerOptions` | Define [viewerjs Options](https://github.com/fengyuanchen/viewerjs) | - | - | `{}` |
Expand Down

0 comments on commit 85c5e2d

Please sign in to comment.