Skip to content

Commit f2ceeb0

Browse files
committed
fix
1 parent ab67d20 commit f2ceeb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77
"name": "vue-functional-calendar",
88
"description": "Lightweight, high-performance calendar component based on Vue.js",
9-
"version": "2.9.9",
9+
"version": "2.9.94",
1010
"license": "MIT",
1111
"repository": {
1212
"type": "git",

src/components/Day.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ export default {
262262
const datesCollection = this.fConfigs.enabledDates
263263
264264
return (
265-
!datesCollection?.length ||
265+
!datesCollection.length ||
266266
this.isDateIncludedInDatesCollection(date, datesCollection)
267267
)
268268
},

0 commit comments

Comments
 (0)