This commit is contained in:
@@ -79,6 +79,7 @@ export default {
|
||||
watch: {
|
||||
date() {
|
||||
this.$emit("input", this.date); //always in UTC
|
||||
this.$emit("change", this.date); //always in UTC
|
||||
},
|
||||
value() {
|
||||
this.date = this.value; //always in UTC
|
||||
|
||||
Reference in New Issue
Block a user