refactor
This commit is contained in:
parent
69cdc73f5a
commit
76beac41d2
|
@ -79,7 +79,7 @@ import * as os from '@/os.js';
|
||||||
// あと型推論と相性が良くない
|
// あと型推論と相性が良くない
|
||||||
|
|
||||||
const props = defineProps<{
|
const props = defineProps<{
|
||||||
modelValue: string;
|
modelValue: ValuesOfItems<T>;
|
||||||
required?: boolean;
|
required?: boolean;
|
||||||
readonly?: boolean;
|
readonly?: boolean;
|
||||||
disabled?: boolean;
|
disabled?: boolean;
|
||||||
|
|
Loading…
Reference in New Issue