mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Docs typing updates
This commit is contained in:
parent
ca65d7dfdb
commit
cfc8136b25
739 changed files with 2027 additions and 3969 deletions
|
@ -18,8 +18,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
code: {
|
||||
basic: `
|
||||
<Paginator :rows="10" :totalRecords="120" :rowsPerPageOptions="[10, 20, 30]">
|
||||
basic: `<Paginator :rows="10" :totalRecords="120" :rowsPerPageOptions="[10, 20, 30]">
|
||||
<template #start="slotProps">
|
||||
Page: {{ slotProps.state.page }}
|
||||
First: {{ slotProps.state.first }}
|
||||
|
@ -29,8 +28,7 @@ export default {
|
|||
<Button type="button" icon="pi pi-search" />
|
||||
</template>
|
||||
</Paginator>`,
|
||||
options: `
|
||||
<template>
|
||||
options: `<template>
|
||||
<div class="card">
|
||||
<Paginator :rows="10" :totalRecords="120" :rowsPerPageOptions="[10, 20, 30]">
|
||||
<template #start="slotProps">
|
||||
|
@ -47,8 +45,7 @@ export default {
|
|||
|
||||
<script>
|
||||
<\/script>`,
|
||||
composition: `
|
||||
<template>
|
||||
composition: `<template>
|
||||
<div class="card">
|
||||
<Paginator :rows="10" :totalRecords="120" :rowsPerPageOptions="[10, 20, 30]">
|
||||
<template #start="slotProps">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue