mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-01-25 06:41:36 -07:00
Update cropper-dialog.vue
This commit is contained in:
parent
5bf947eb0b
commit
0789955180
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