Update input.vue
This commit is contained in:
		
							parent
							
								
									dc7b9d782f
								
							
						
					
					
						commit
						5d1ead7793
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -102,7 +102,7 @@ export default defineComponent({ | ||||||
| 			default: false | 			default: false | ||||||
| 		}, | 		}, | ||||||
| 	}, | 	}, | ||||||
| 	emits: ['change', 'keydown', 'enter'], | 	emits: ['change', 'keydown', 'enter', 'update:modelValue'], | ||||||
| 	setup(props, context) { | 	setup(props, context) { | ||||||
| 		const { modelValue, type, autofocus } = toRefs(props); | 		const { modelValue, type, autofocus } = toRefs(props); | ||||||
| 		const v = ref(modelValue.value); | 		const v = ref(modelValue.value); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue