修复 checkbox 复选框 modelValue 属性必填警告
This commit is contained in:
@@ -12,7 +12,7 @@ export interface LayCheckboxProps {
|
||||
name?: string;
|
||||
skin?: string;
|
||||
label: string | object;
|
||||
modelValue: boolean | Array<string | object>;
|
||||
modelValue?: boolean | Array<string | object>;
|
||||
disabled?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user