remove all client-only

This commit is contained in:
Tuğçe Küçükoğlu 2022-12-20 20:28:51 +03:00
parent ee8e35aabd
commit 7625a006d2
151 changed files with 23351 additions and 23551 deletions

View file

@ -1,5 +1,5 @@
<template>
<ClientOnly><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" />
</template>
<script>