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 307a725 commit 0f91502Copy full SHA for 0f91502
package.json
@@ -6,7 +6,7 @@
6
},
7
"name": "vue-functional-calendar",
8
"description": "A style-uninstallable datepicker component for Vue.js",
9
- "version": "2.3.0",
+ "version": "2.3.1",
10
"license": "MIT",
11
"repository": {
12
"type": "git",
src/components/FunctionalCalendar.vue
@@ -711,10 +711,10 @@
711
return classes;
712
713
checkDateRangeStart(date) {
714
- return date === date === this.fConfigs.markedDateRange.start;
+ return date === this.fConfigs.markedDateRange.start;
715
716
checkDateRangeEnd(date) {
717
- return date === date === this.fConfigs.markedDateRange.end;
+ return date === this.fConfigs.markedDateRange.end;
718
719
getTransition_() {
720
if (!this.fConfigs.transition)
0 commit comments