[修复] checkbox 和 progress 警告

This commit is contained in:
就眠仪式
2021-10-01 00:48:51 +08:00
parent 4bad992d9b
commit cdd220b7f0
5 changed files with 14 additions and 10 deletions

View File

@@ -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)