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 d5e5b67 commit 6e16b9bCopy full SHA for 6e16b9b
package.json
@@ -6,7 +6,7 @@
6
},
7
"name": "vue-functional-calendar",
8
"description": "A style-uninstallable datepicker component for Vue.js",
9
- "version": "1.3.2",
+ "version": "1.3.3",
10
"license": "ISC",
11
"repository": {
12
"type": "git",
src/components/FunctionalCalendar.vue
@@ -632,6 +632,9 @@
632
this.fConfigs.isModal = this.isModal;
633
634
this.fConfigs.applyStylesheet = this.applyStylesheet;
635
+
636
+ this.fConfigs.disabledDayNames = this.disabledDayNames;
637
+ this.fConfigs.disableMarkDates = this.disableMarkDates;
638
}
639
640
0 commit comments