Client only tags added to AppDocs for ssr

This commit is contained in:
Bahadır Sofuoğlu 2022-12-12 23:26:59 +03:00
parent b8e4ec13b3
commit 33b9b5e3a5
139 changed files with 23111 additions and 22916 deletions

View file

@ -1,5 +1,5 @@
<template>
<AppDoc name="ChartDemo" :sources="sources" :dependencies="{ 'chart.js': '3.3.2' }" component="Chart" github="chart/PieChartDemo.vue" />
<ClientOnly><AppDoc name="ChartDemo" :sources="sources" :dependencies="{ 'chart.js': '3.3.2' }" component="Chart" github="chart/PieChartDemo.vue" /></ClientOnly>
</template>
<script>