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 1a5dfa1 commit 9edb27cCopy full SHA for 9edb27c
src/components/calendar.vue
@@ -173,7 +173,7 @@ export default {
173
if (this.range) {
174
disable = (!!this.disableDate.to &&
175
endDate.getMonth() > m.index &&
176
- endDate.getFullYear() <= year) ||
+ endDate.getFullYear() >= year) ||
177
(!!this.disableDate.from &&
178
startDate.getMonth() > m.index &&
179
startDate.getFullYear() <= year);
0 commit comments