mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Fixed #4921 - Binding and ordering pt options defect
This commit is contained in:
parent
780b88ee47
commit
a366e63a8c
5 changed files with 66 additions and 24 deletions
|
@ -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"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue