Update TemplateDoc.vue

pull/6687/head
tugcekucukoglu 2024-10-30 12:11:38 +03:00
parent adb3f13a3e
commit 5aeef7137d
1 changed files with 1 additions and 1 deletions

View File

@ -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]" />