Fixed #4270 - Menubar: Custom locale config overwriting default untouched config properties

pull/4806/head
tugcekucukoglu 2023-10-31 17:24:28 +03:00
parent d97cf258f3
commit 1505c11f9f
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
:aria-haspopup="model.length && model.length > 0 ? true : false"
:aria-expanded="mobileActive"
:aria-controls="id"
:aria-label="$primevue.config.locale.aria.navigation"
:aria-label="$primevue.config.locale.aria?.navigation"
@click="menuButtonClick($event)"
@keydown="menuButtonKeydown($event)"
v-bind="{ ...buttonProps, ...ptm('button') }"