forked from AkkomaGang/akkoma-fe
woah ima stupid
This commit is contained in:
parent
4539feed40
commit
0eb9c019e4
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
:modelValue="modelValue"
|
:checked="modelValue"
|
||||||
:indeterminate="indeterminate"
|
:indeterminate="indeterminate"
|
||||||
@change="$emit('update:modelValue', $event.target.checked)"
|
@change="$emit('update:modelValue', $event.target.checked)"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in a new issue