This commit is contained in:
syuilo 2025-08-25 20:07:33 +09:00
parent 69cdc73f5a
commit 76beac41d2
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ import * as os from '@/os.js';
//
const props = defineProps<{
modelValue: string;
modelValue: ValuesOfItems<T>;
required?: boolean;
readonly?: boolean;
disabled?: boolean;