This commit is contained in:
syuilo
2025-08-25 20:07:33 +09:00
parent 69cdc73f5a
commit 76beac41d2

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;