Skip to content

Commit 7b63610

Browse files
author
Charlie Kassel
committed
lint clean
1 parent cf82f43 commit 7b63610

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/PickerDay.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ export default {
3737
fullMonthName: Boolean,
3838
allowedToShowView: Function,
3939
dayCellContent: {
40-
type: Function,
41-
default: day => day.date,
40+
type: Function,
41+
default: day => day.date
4242
},
4343
disabledDates: Object,
4444
highlighted: Object,

0 commit comments

Comments
 (0)