types: improve Checker parent typing (#8128)

This commit is contained in:
neverland
2021-02-10 22:53:55 +08:00
committed by GitHub
parent afad4ca90a
commit b5944524d9
3 changed files with 14 additions and 5 deletions
-1
View File
@@ -100,7 +100,6 @@ export default createComponent({
<p class={bem('valid')}>{validPeriod.value}</p>
{!disabled && (
<Checkbox
size={18}
class={bem('corner')}
modelValue={chosen}
checkedColor={RED}