Update cropper-dialog.vue

This commit is contained in:
syuilo 2022-06-11 18:48:59 +09:00
parent 5bf947eb0b
commit 0789955180

View file

@ -49,7 +49,7 @@ const props = defineProps<{
}>(); }>();
const imgUrl = `${url}/proxy/image.webp?${query({ const imgUrl = `${url}/proxy/image.webp?${query({
url, url: props.file.url,
})}`; })}`;
let dialogEl = $ref<InstanceType<typeof XModalWindow>>(); let dialogEl = $ref<InstanceType<typeof XModalWindow>>();
let imgEl = $ref<HTMLImageElement>(); let imgEl = $ref<HTMLImageElement>();