fix: some bugs

This commit is contained in:
vben
2024-05-21 23:23:48 +08:00
parent b9a7eefcb5
commit e83adf0697
9 changed files with 13 additions and 14 deletions

View File

@@ -19,7 +19,7 @@ defineOptions({
withDefaults(
defineProps<{
disabled: boolean;
disabled?: boolean;
items?: SelectListItem[];
placeholder?: string;
}>(),