Update cropper-dialog.vue

This commit is contained in:
syuilo 2022-06-11 18:48:59 +09:00
parent 7894804eed
commit ca9753f2e7

View file

@ -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>();