Skip to content

Commit

Permalink
Changed Calendar component 'eventArray' prop's default value to use a…
Browse files Browse the repository at this point in the history
… factory function as required by Vue
  • Loading branch information
dreglad committed May 22, 2018
1 parent 2ea4384 commit 21ae6d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/calendar/Calendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
},
eventArray: {
type: Array,
default: []
default: () => []
},
eventRef: {
type: String,
Expand Down

0 comments on commit 21ae6d7

Please sign in to comment.