Skip to content

Commit

Permalink
resolve linter warnings in FunctionalCalendar.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
MadMikeyB committed Dec 6, 2018
1 parent ea6cc75 commit 7ac3b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FunctionalCalendar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
},
markDateMore: {
handler() {
this.fConfigs.markDateMore = data;
this.fConfigs.markDateMore = this.data;
this.listRendering(this.myDate);
},
deep: true
Expand Down

0 comments on commit 7ac3b65

Please sign in to comment.