diff --git a/components/Calendar.vue b/components/Calendar.vue index daad3726..7fd4999f 100644 --- a/components/Calendar.vue +++ b/components/Calendar.vue @@ -97,6 +97,7 @@ documentClicked() { if (this.selectedDay) { this.selectedDay = null; + this.$eventHub.$emit('calendar-select', this.selectedDay); } }, selectDay(d) { diff --git a/components/Logo.vue b/components/Logo.vue index 5bd73375..5a468b18 100644 --- a/components/Logo.vue +++ b/components/Logo.vue @@ -1,6 +1,6 @@