Skip to content
This repository has been archived by the owner on Jan 7, 2022. It is now read-only.

Commit

Permalink
fix comma-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
undercloud authored Nov 14, 2018
1 parent 38f96d7 commit 44c69b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DatetimeMonthPicker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
computed: {
months () {
return months(this.month).map((month,index) => ({
return months(this.month).map((month, index) => ({
number: ++index,
label: month,
selected: index === this.month,
Expand Down

0 comments on commit 44c69b8

Please sign in to comment.