fix font control
This commit is contained in:
parent
75f6506bc7
commit
53cde52027
2 changed files with 7 additions and 6 deletions
|
@ -14,8 +14,8 @@
|
|||
:id="name + '-o'"
|
||||
class="opt exlcude-disabled"
|
||||
type="checkbox"
|
||||
:modelValue="present"
|
||||
@input="$emit('update:modelValue', typeof value === 'undefined' ? fallback : undefined)"
|
||||
:checked="present"
|
||||
@change="$emit('update:modelValue', typeof modelValue === 'undefined' ? fallback : undefined)"
|
||||
>
|
||||
<label
|
||||
v-if="typeof fallback !== 'undefined'"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue