Refactor #3965 - For Paginator & PT name changes

This commit is contained in:
Tuğçe Küçükoğlu 2023-06-20 13:03:34 +03:00
parent ae400bbac9
commit a8c947a264
7 changed files with 61 additions and 18 deletions

View file

@ -1,6 +1,6 @@
<template>
<button v-ripple :class="cx('prevPageButton')" type="button" v-bind="getPTOptions('prevPageButton')">
<component :is="template || 'AngleLeftIcon'" :class="cx('prevPageIcon')" v-bind="getPTOptions('prevPageIcon')" />
<button v-ripple :class="cx('previousPageButton')" type="button" v-bind="getPTOptions('previousPageButton')">
<component :is="template || 'AngleLeftIcon'" :class="cx('previousPageIcon')" v-bind="getPTOptions('previousPageIcon')" />
</button>
</template>