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
@@ -129,6 +129,7 @@ const props = defineProps<{
items: unknown[];
noItemText?: string;
}>();
const emit = defineEmits<{
(e: 'update:modelValue', value: unknown): void;
}>();