Fixed #4270 - Menubar: Custom locale config overwriting default untouched config properties
parent
d97cf258f3
commit
1505c11f9f
|
@ -12,7 +12,7 @@
|
||||||
:aria-haspopup="model.length && model.length > 0 ? true : false"
|
:aria-haspopup="model.length && model.length > 0 ? true : false"
|
||||||
:aria-expanded="mobileActive"
|
:aria-expanded="mobileActive"
|
||||||
:aria-controls="id"
|
:aria-controls="id"
|
||||||
:aria-label="$primevue.config.locale.aria.navigation"
|
:aria-label="$primevue.config.locale.aria?.navigation"
|
||||||
@click="menuButtonClick($event)"
|
@click="menuButtonClick($event)"
|
||||||
@keydown="menuButtonKeydown($event)"
|
@keydown="menuButtonKeydown($event)"
|
||||||
v-bind="{ ...buttonProps, ...ptm('button') }"
|
v-bind="{ ...buttonProps, ...ptm('button') }"
|
||||||
|
|
Loading…
Reference in New Issue