Update TemplateDoc.vue
parent
adb3f13a3e
commit
5aeef7137d
|
@ -33,7 +33,7 @@ export default {
|
|||
first: 0,
|
||||
code: {
|
||||
basic: `
|
||||
<Paginator v-model:first="first" :rows="1" :totalRecords="1" template="FirstPageLink PrevPageLink CurrentPageReport NextPageLink LastPageLink" />
|
||||
<Paginator v-model:first="first" :rows="1" :totalRecords="12" template="FirstPageLink PrevPageLink CurrentPageReport NextPageLink LastPageLink" />
|
||||
|
||||
<div class="p-4 text-center">
|
||||
<img :src="\`https://primefaces.org/cdn/primevue/images/nature/nature\${first + 1}.jpg\`" :alt="first" class="rounded w-full sm:w-[30rem]" />
|
||||
|
|
Loading…
Reference in New Issue