mirror of
https://github.com/tenrok/vue2-datepicker.git
synced 2026-06-07 09:02:27 +03:00
fix: the display error of the year panel header (#245)
This commit is contained in:
+1
-1
@@ -178,7 +178,7 @@ export default {
|
||||
return this.value && formatDate(this.value, this.dateFormat)
|
||||
},
|
||||
yearHeader () {
|
||||
return this.firstYear + ' ~ ' + (this.firstYear + 10)
|
||||
return this.firstYear + ' ~ ' + (this.firstYear + 9)
|
||||
},
|
||||
months () {
|
||||
return this.t('months')
|
||||
|
||||
Reference in New Issue
Block a user