mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Refactor #3965 - Update for unstyled prop
This commit is contained in:
parent
bb3a383b97
commit
a5ec0a6b9f
14 changed files with 39 additions and 15 deletions
|
@ -24,6 +24,7 @@
|
|||
:class="cx('paginator')"
|
||||
@page="onPage($event)"
|
||||
:alwaysShow="alwaysShowPaginator"
|
||||
:unstyled="unstyled"
|
||||
:pt="ptm('paginator')"
|
||||
data-pc-section="paginator"
|
||||
>
|
||||
|
@ -232,6 +233,7 @@
|
|||
:class="cx('paginator')"
|
||||
@page="onPage($event)"
|
||||
:alwaysShow="alwaysShowPaginator"
|
||||
:unstyled="unstyled"
|
||||
:pt="ptm('paginator')"
|
||||
data-pc-section="paginator"
|
||||
>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue