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

@ -5,11 +5,11 @@
optionLabel="label"
optionValue="value"
@update:modelValue="onChange($event)"
:class="cx('JTPDropdown')"
:class="cx('jumpToPageDropdown')"
:disabled="disabled"
:unstyled="unstyled"
:pt="ptm('JTPDropdown')"
data-pc-section="jtpdropdown"
:pt="ptm('jumpTpPageDropdown')"
data-pc-section="jumptopagedropdown"
></JTPDropdown>
</template>