Fixed #4921 - Binding and ordering pt options defect

This commit is contained in:
tugcekucukoglu 2023-12-04 11:42:33 +03:00
parent 780b88ee47
commit a366e63a8c
5 changed files with 66 additions and 24 deletions

View file

@ -12,8 +12,8 @@
:size="size"
:aria-label="label"
@click="onDefaultButtonClick"
:pt="ptm('button')"
v-bind="buttonProps"
:pt="ptm('button')"
:unstyled="unstyled"
data-pc-section="button"
>
@ -37,12 +37,12 @@
:aria-controls="ariaId + '_overlay'"
@click="onDropdownButtonClick"
@keydown="onDropdownKeydown"
:pt="ptm('menuButton')"
:severity="severity"
:text="text"
:outlined="outlined"
:size="size"
v-bind="menuButtonProps"
:pt="ptm('menuButton')"
:unstyled="unstyled"
data-pc-section="menubutton"
>