Skip to content

Commit 7ac3b65

Browse files
committed
resolve linter warnings in FunctionalCalendar.vue
1 parent ea6cc75 commit 7ac3b65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FunctionalCalendar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
},
247247
markDateMore: {
248248
handler() {
249-
this.fConfigs.markDateMore = data;
249+
this.fConfigs.markDateMore = this.data;
250250
this.listRendering(this.myDate);
251251
},
252252
deep: true

0 commit comments

Comments
 (0)