woah ima stupid

This commit is contained in:
Henry Jameson 2022-03-24 13:41:52 +02:00
parent 4539feed40
commit 0eb9c019e4
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<input
type="checkbox"
:disabled="disabled"
:modelValue="modelValue"
:checked="modelValue"
:indeterminate="indeterminate"
@change="$emit('update:modelValue', $event.target.checked)"
>