Fixed #845 - Calender monthNavigator error monthNames

pull/880/head
Cagatay Civici 2021-01-20 12:46:31 +03:00
parent 5f87373590
commit 1c36947e9e
1 changed files with 3 additions and 0 deletions

View File

@ -2176,6 +2176,9 @@ export default {
},
weekHeaderLabel() {
return this.$primevue.config.locale.weekHeader;
},
monthNames() {
return this.$primevue.config.locale.monthNames;
}
},
components: {