Skip to content
Snippets Groups Projects
Commit 538903f9 authored by HJ's avatar HJ :fire:
Browse files

fix selects in settings screen

parent c5a6f40d
Branches
Tags
No related merge requests found
......@@ -5,9 +5,9 @@
>
<slot />
<Select
:value="state"
:modelValue="state"
:disabled="disabled"
@change="update"
@update:modelValue="update"
>
<option
v-for="option in options"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment