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
|
||||
},
|
||||
},
|
||||
emits: ['change', 'keydown', 'enter'],
|
||||
emits: ['change', 'keydown', 'enter', 'update:modelValue'],
|
||||
setup(props, context) {
|
||||
const { modelValue, type, autofocus } = toRefs(props);
|
||||
const v = ref(modelValue.value);
|
||||
|
|
Loading…
Reference in a new issue