This commit is contained in:
2020-07-14 00:13:40 +00:00
parent ef25048f1e
commit 6fd1fef16e
3 changed files with 120 additions and 64 deletions

View File

@@ -35,6 +35,7 @@ export default {
},
watch: {
value(val) {
console.log("date-control watch value is", val);
this.internalValue = val;
}
},