Skip to content

Commit 7bc2785

Browse files
committed
fix: the display error of the year panel header (#245)
1 parent 737f8b4 commit 7bc2785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ export default {
178178
return this.value && formatDate(this.value, this.dateFormat)
179179
},
180180
yearHeader () {
181-
return this.firstYear + ' ~ ' + (this.firstYear + 10)
181+
return this.firstYear + ' ~ ' + (this.firstYear + 9)
182182
},
183183
months () {
184184
return this.t('months')

0 commit comments

Comments
 (0)