Skip to content

Commit 1d7c9e3

Browse files
author
Charlie Kassel
committed
fix lint issue
1 parent df2b36f commit 1d7c9e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Datepicker.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,8 @@ export default {
426426
* Handles a month change from the day picker
427427
*/
428428
handleChangedMonthFromDayPicker (date) {
429-
this.setPageDate(date)
430-
this.$emit('changedMonth', date)
429+
this.setPageDate(date)
430+
this.$emit('changedMonth', date)
431431
},
432432
/**
433433
* Set the date from a typedDate event

0 commit comments

Comments
 (0)