From 1d7c9e3678b98c518e569abd9796b7eb585ef989 Mon Sep 17 00:00:00 2001 From: Charlie Kassel Date: Wed, 20 Jun 2018 07:28:59 +0100 Subject: [PATCH] fix lint issue --- src/components/Datepicker.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Datepicker.vue b/src/components/Datepicker.vue index 3be5fc72..92d6a91a 100644 --- a/src/components/Datepicker.vue +++ b/src/components/Datepicker.vue @@ -426,8 +426,8 @@ export default { * Handles a month change from the day picker */ handleChangedMonthFromDayPicker (date) { - this.setPageDate(date) - this.$emit('changedMonth', date) + this.setPageDate(date) + this.$emit('changedMonth', date) }, /** * Set the date from a typedDate event