fix selects in settings screen

This commit is contained in:
Henry Jameson 2022-03-22 20:17:25 +02:00
parent c5a6f40dff
commit 538903f9d8
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
>
<slot />
<Select
:value="state"
:modelValue="state"
:disabled="disabled"
@change="update"
@update:modelValue="update"
>
<option
v-for="option in options"