mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #4270 - Menubar: Custom locale config overwriting default untouched config properties
This commit is contained in:
parent
d97cf258f3
commit
1505c11f9f
1 changed files with 1 additions and 1 deletions
|
@ -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') }"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue