We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab67d20 commit f2ceeb0Copy full SHA for f2ceeb0
package.json
@@ -6,7 +6,7 @@
6
},
7
"name": "vue-functional-calendar",
8
"description": "Lightweight, high-performance calendar component based on Vue.js",
9
- "version": "2.9.9",
+ "version": "2.9.94",
10
"license": "MIT",
11
"repository": {
12
"type": "git",
src/components/Day.vue
@@ -262,7 +262,7 @@ export default {
262
const datesCollection = this.fConfigs.enabledDates
263
264
return (
265
- !datesCollection?.length ||
+ !datesCollection.length ||
266
this.isDateIncludedInDatesCollection(date, datesCollection)
267
)
268
0 commit comments