mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 17:02:38 +00:00
Fixed #3802 - Improve folder structure for nuxt configurations
This commit is contained in:
parent
851950270b
commit
f5fe822afb
563 changed files with 1703 additions and 1095 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<DocSectionText v-bind="$attrs">
|
||||
<p>Pagination is enabled with the <i>paginator</i> and <i>rows</i> properties. Refer to the <NuxtLink to="/paginator">Paginator</NuxtLink> for more information about customizing the paginator.</p>
|
||||
<p>Pagination is enabled with the <i>paginator</i> and <i>rows</i> properties. Refer to the <PrimeVueNuxtLink to="/paginator">Paginator</PrimeVueNuxtLink> for more information about customizing the paginator.</p>
|
||||
</DocSectionText>
|
||||
<div class="card">
|
||||
<DataView :value="products" paginator :rows="5">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue