mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Refactor #3924 - For Paginator
This commit is contained in:
parent
751e627b63
commit
ca57a6520f
13 changed files with 242 additions and 26 deletions
|
@ -1,9 +1,13 @@
|
|||
<template>
|
||||
<span class="p-paginator-current">{{ text }}</span>
|
||||
<span class="p-paginator-current" v-bind="ptm('current')">{{ text }}</span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
|
||||
export default {
|
||||
name: 'CurrentPageReport',
|
||||
extends: BaseComponent,
|
||||
props: {
|
||||
pageCount: {
|
||||
type: Number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue