feat: closable image preview (#239)
This commit is contained in:
parent
9af2956b1e
commit
e11ed6250d
2 changed files with 10 additions and 2 deletions
|
@ -18,7 +18,7 @@ import {
|
|||
<ModalDialog v-model="isPublishDialogOpen">
|
||||
<PublishWidget :draft-key="dialogDraftKey" expanded min-w-180 />
|
||||
</ModalDialog>
|
||||
<ModalDialog v-model="isImagePreviewDialogOpen">
|
||||
<ModalDialog v-model="isImagePreviewDialogOpen" type="preview">
|
||||
<img :src="imagePreview.src" :alt="imagePreview.alt" max-w-95vw max-h-95vh>
|
||||
</ModalDialog>
|
||||
<ModalDialog v-model="isEditHistoryDialogOpen">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue