[修复] checkbox 和 progress 警告
This commit is contained in:
@@ -26,9 +26,9 @@ const props =
|
||||
defineProps<{
|
||||
modelValue: Array<unknown>
|
||||
label: string
|
||||
disabled: boolean
|
||||
disabled?: boolean
|
||||
name: string
|
||||
skin: string
|
||||
skin?: string
|
||||
}>()
|
||||
|
||||
const hasValue = ref(false)
|
||||
|
||||
Reference in New Issue
Block a user