Skip to content

Commit 6e16b9b

Browse files
committed
Bump version, fix configuration overload issue
1 parent d5e5b67 commit 6e16b9b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
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": "A style-uninstallable datepicker component for Vue.js",
9-
"version": "1.3.2",
9+
"version": "1.3.3",
1010
"license": "ISC",
1111
"repository": {
1212
"type": "git",

src/components/FunctionalCalendar.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -632,6 +632,9 @@
632632
this.fConfigs.isModal = this.isModal;
633633
634634
this.fConfigs.applyStylesheet = this.applyStylesheet;
635+
636+
this.fConfigs.disabledDayNames = this.disabledDayNames;
637+
this.fConfigs.disableMarkDates = this.disableMarkDates;
635638
}
636639
637640

0 commit comments

Comments
 (0)