This commit is contained in:
2021-10-04 22:55:36 +00:00
parent 8d3304ff96
commit c2a3f49c0f

View File

@@ -793,7 +793,7 @@ export default {
this.calendarHeight = window.innerHeight * 0.84;
},
viewDay({ date }) {
console.log("ViewDay clicked");
//console.log("ViewDay clicked");
this.focus = date;
this.viewType = "day";
},