This commit is contained in:
Henry Jameson 2022-03-29 01:04:37 +03:00
parent 650e69c336
commit f20ae34400
14 changed files with 34 additions and 19 deletions

View file

@ -11,7 +11,7 @@
</label>
<Checkbox
v-if="typeof fallback !== 'undefined'"
:modelValue="present"
:model-value="present"
:disabled="disabled"
class="opt"
@update:modelValue="$emit('update:modelValue', !present ? fallback : undefined)"