mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +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 { proxy } = getCurrentInstance();
|
||||
@@ -128,7 +128,7 @@
|
||||
return props.worldExportDialogVisible;
|
||||
},
|
||||
set(value) {
|
||||
emit('update:WorldExportDialogVisible', value);
|
||||
emit('update:worldExportDialogVisible', value);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user