chore(client): fix type def
This commit is contained in:
		
							parent
							
								
									b08ead1dce
								
							
						
					
					
						commit
						170b1b89ba
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -41,7 +41,7 @@ import { useInterval } from '@/scripts/use-interval'; | ||||||
| 
 | 
 | ||||||
| const props = defineProps<{ | const props = defineProps<{ | ||||||
| 	modelValue: string | number; | 	modelValue: string | number; | ||||||
| 	type?: 'text' | 'number' | 'password' | 'email' | 'url' | 'date' | 'time'; | 	type?: 'text' | 'number' | 'password' | 'email' | 'url' | 'date' | 'time' | 'search'; | ||||||
| 	required?: boolean; | 	required?: boolean; | ||||||
| 	readonly?: boolean; | 	readonly?: boolean; | ||||||
| 	disabled?: boolean; | 	disabled?: boolean; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue