This commit is contained in:
2019-04-03 22:07:40 +00:00
parent 4f9bb570c3
commit b16f8d1a66
4 changed files with 167 additions and 99 deletions

View File

@@ -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