mirror of
https://git.youjo.love/youjo/youjo-fe.git
synced 2025-01-31 08:29:08 +01:00
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