Fix #4113: Calendar showMonthAfterYear locale option

This commit is contained in:
melloware 2023-07-09 10:46:01 -04:00
parent f3d1033c37
commit 12174a1f96
3 changed files with 58 additions and 24 deletions

View file

@ -303,6 +303,7 @@ interface PrimeVueLocaleOptions {
today?: string;
weekHeader?: string;
firstDayOfWeek?: number;
showMonthAfterYear?: boolean;
dateFormat?: string;
weak?: string;
medium?: string;