Browse Source

fix(component): fix ApiCheckboxGroup type error

main
刘凯 1 year ago
parent
commit
9cad5d51b0
  1. 2
      src/components/Form/src/components/ApiCheckboxGroup.vue

2
src/components/Form/src/components/ApiCheckboxGroup.vue

@ -62,7 +62,7 @@ const getOptions = computed(() => {
})
}
return prev
}, [] as (OptionsItem & { value: OptionsItem['label '] })[])
}, [] as (OptionsItem & { value: OptionsItem['label'] })[])
})
watchEffect(() => {