Cosmetics

pull/1196/head^2
Cagatay Civici 2021-05-10 19:06:39 +03:00
parent 843742cdaa
commit aac1e1ceb7
1 changed files with 1 additions and 1 deletions

View File

@ -491,7 +491,7 @@ export default {
this.$refs.input.value = '';
this.inputTextValue = '';
this.$emit('clear');
if(!this.multiple) {
if (!this.multiple) {
this.$emit('update:modelValue', null);
}
}