Date bug fixed
This commit is contained in:
parent
531e4f057f
commit
cac2ce12d3
1 changed files with 5 additions and 0 deletions
|
|
@ -34,6 +34,11 @@
|
||||||
showDatePicker: false,
|
showDatePicker: false,
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
watch: {
|
||||||
|
date(newDate) {
|
||||||
|
this.selectedDate = this.formatDay(newDate);
|
||||||
|
},
|
||||||
|
},
|
||||||
computed: {
|
computed: {
|
||||||
nextSevenDays() {
|
nextSevenDays() {
|
||||||
const today = new Date();
|
const today = new Date();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue