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

This commit is contained in:
tugcekucukoglu 2023-10-31 17:24:28 +03:00
parent d97cf258f3
commit 1505c11f9f

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') }"