feat(form): 规范表单组件 boolean 类型
This commit is contained in:
@@ -23,8 +23,8 @@ const props =
|
||||
name?: string
|
||||
skin?: string
|
||||
label?: string
|
||||
checked?: Boolean
|
||||
disabled?: Boolean
|
||||
checked?: boolean
|
||||
disabled?: boolean
|
||||
}>()
|
||||
|
||||
const customChecked = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user