Fixed #845 - Calender monthNavigator error monthNames
parent
5f87373590
commit
1c36947e9e
|
@ -2176,6 +2176,9 @@ export default {
|
|||
},
|
||||
weekHeaderLabel() {
|
||||
return this.$primevue.config.locale.weekHeader;
|
||||
},
|
||||
monthNames() {
|
||||
return this.$primevue.config.locale.monthNames;
|
||||
}
|
||||
},
|
||||
components: {
|
||||
|
|
Loading…
Reference in New Issue