code refactor

This commit is contained in:
MaysWind
2025-01-19 18:26:00 +08:00
parent 9f2bbe527e
commit 4f6988d775
6 changed files with 9 additions and 4 deletions
@@ -102,6 +102,7 @@ const props = defineProps<{
items: unknown[];
show: boolean;
}>();
const emit = defineEmits<{
(e: 'update:modelValue', value: unknown): void;
(e: 'update:show', value: boolean): void;