Skip to content

Commit

Permalink
Fix for mariomka#267
Browse files Browse the repository at this point in the history
  • Loading branch information
westnet-paul committed Nov 8, 2021
1 parent 05bf7c8 commit ac84c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatetimeCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export default {
data () {
return {
newDate: DateTime.fromObject({ year: this.year, month: this.month, zone: 'UTC' }),
newDate: DateTime.fromObject({ year: this.year, month: this.month }),
weekdays: weekdays(this.weekStart),
months: months()
}
Expand Down

1 comment on commit ac84c23

@funkju
Copy link

@funkju funkju commented on ac84c23 Nov 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the issue. Can we get this merged please?

Please sign in to comment.