Client only added to doc files

This commit is contained in:
Bahadir Sofuoglu 2022-09-12 16:27:56 +03:00
parent a6de96f5fb
commit 4add722619
146 changed files with 2293 additions and 325 deletions

View file

@ -1,6 +1,7 @@
<template>
<div class="content-section documentation">
<AppDoc name="DataTableDemo" :sources="sources" :service="['CustomerService']" :data="['customers-large']" github="datatable/DataTableDemo.vue">
<ClientOnly>
<AppDoc name="DataTableDemo" :sources="sources" :service="['CustomerService']" :data="['customers-large']" github="datatable/DataTableDemo.vue">
<h5>Import via Module</h5>
<pre v-code.script><code>
import DataTable from 'primevue/datatable';
@ -2749,6 +2750,7 @@ export default {
<h5>Dependencies</h5>
<p>None.</p>
</AppDoc>
</ClientOnly>
</div>
</template>