Skip to content
Snippets Groups Projects
Commit ca9753f2 authored by syuilo's avatar syuilo
Browse files

Update cropper-dialog.vue

parent 7894804e
No related branches found
No related tags found
No related merge requests found
......@@ -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>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment