This commit is contained in:
Kulbhushan Kaushik 2022-10-24 11:04:31 -04:00
parent 7daddf0ef6
commit 329d67f84b

View file

@ -131,9 +131,6 @@
get: function() {
return this.modelValue;
},
set: function(newValue) {
this.$emit("update:modelValue", newValue);
}
},
}
})