This commit is contained in:
2024-11-24 18:03:06 +00:00
parent 641938f7e4
commit 16ba22d90b
39 changed files with 76 additions and 254 deletions

View File

@@ -29,7 +29,7 @@ function onCancel(event: Event) {
}
}
function onClose(event: Event) {
function onClose() {
emit('update:open', false);
}