mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-25 09:43:49 +02:00
Fix closing world export dialog
This commit is contained in:
@@ -94,7 +94,7 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
const emit = defineEmits(['update:WorldExportDialogVisible']);
|
const emit = defineEmits(['update:worldExportDialogVisible']);
|
||||||
|
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
const { proxy } = getCurrentInstance();
|
const { proxy } = getCurrentInstance();
|
||||||
@@ -128,7 +128,7 @@
|
|||||||
return props.worldExportDialogVisible;
|
return props.worldExportDialogVisible;
|
||||||
},
|
},
|
||||||
set(value) {
|
set(value) {
|
||||||
emit('update:WorldExportDialogVisible', value);
|
emit('update:worldExportDialogVisible', value);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user