Update cropper-dialog.vue
This commit is contained in:
parent
7894804eed
commit
ca9753f2e7
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const props = defineProps<{
|
|||
}>();
|
||||
|
||||
const imgUrl = `${url}/proxy/image.webp?${query({
|
||||
url,
|
||||
url: props.file.url,
|
||||
})}`;
|
||||
let dialogEl = $ref<InstanceType<typeof XModalWindow>>();
|
||||
let imgEl = $ref<HTMLImageElement>();
|
||||
|
|
Loading…
Reference in a new issue