Refactor #3924 - For Paginator

This commit is contained in:
Tuğçe Küçükoğlu 2023-05-08 12:35:25 +03:00
parent 751e627b63
commit ca57a6520f
13 changed files with 242 additions and 26 deletions

View file

@ -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,