fix selects in settings screen

This commit is contained in:
Henry Jameson 2022-03-22 20:17:25 +02:00
parent c5a6f40dff
commit 538903f9d8

View file

@ -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"