This commit is contained in:
2025-05-27 19:01:45 +08:00
parent 57d0caa0a9
commit 3c812c37e7
7 changed files with 186 additions and 57 deletions

View File

@@ -15,6 +15,7 @@ const {option} = defineProps({
const change = (id) => {
modelValue.value = id;
emits('change');
show.value = false;
}
</script>