Fixed #3802 - Improve folder structure for nuxt configurations

This commit is contained in:
mertsincan 2023-03-26 06:22:57 +01:00
parent 851950270b
commit f5fe822afb
563 changed files with 1703 additions and 1095 deletions

View file

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