feat(form): 规范表单组件 boolean 类型
This commit is contained in:
@@ -17,7 +17,7 @@ const props = defineProps<{
|
||||
name?: string
|
||||
modelValue?: string
|
||||
placeholder?: string
|
||||
disabled?: Boolean
|
||||
disabled?: boolean
|
||||
}>()
|
||||
|
||||
const emit = defineEmits(['update:modelValue', 'input'])
|
||||
|
||||
Reference in New Issue
Block a user