mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-08 16:37:15 +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,12 +1,14 @@
|
|||
<template>
|
||||
<JTPInput ref="jtpInput" :modelValue="d_page" class="p-paginator-page-input" :aria-label="inputArialabel" :disabled="disabled" @update:modelValue="onChange"></JTPInput>
|
||||
<JTPInput ref="jtpInput" :modelValue="d_page" class="p-paginator-page-input" :aria-label="inputArialabel" :disabled="disabled" @update:modelValue="onChange" :pt="ptm('JTPInput')"></JTPInput>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import BaseComponent from 'primevue/basecomponent';
|
||||
import InputNumber from 'primevue/inputnumber';
|
||||
|
||||
export default {
|
||||
name: 'JumpToPageInput',
|
||||
extends: BaseComponent,
|
||||
inheritAttrs: false,
|
||||
emits: ['page-change'],
|
||||
props: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue