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 />
 | 
			
		||||
    <Select
 | 
			
		||||
      :value="state"
 | 
			
		||||
      :modelValue="state"
 | 
			
		||||
      :disabled="disabled"
 | 
			
		||||
      @change="update"
 | 
			
		||||
      @update:modelValue="update"
 | 
			
		||||
    >
 | 
			
		||||
      <option
 | 
			
		||||
        v-for="option in options"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue