forked from AkkomaGang/akkoma-fe
fix selects in settings screen
This commit is contained in:
parent
c5a6f40dff
commit
538903f9d8
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
<Select
|
<Select
|
||||||
:value="state"
|
:modelValue="state"
|
||||||
:disabled="disabled"
|
:disabled="disabled"
|
||||||
@change="update"
|
@update:modelValue="update"
|
||||||
>
|
>
|
||||||
<option
|
<option
|
||||||
v-for="option in options"
|
v-for="option in options"
|
||||||
|
|
Loading…
Reference in a new issue