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,5 +1,6 @@
<template>
<AppDoc name="TooltipDemo" :sources="sources" github="tooltip/TooltipDemo.vue">
<ClientOnly>
<AppDoc name="TooltipDemo" :sources="sources" github="tooltip/TooltipDemo.vue">
<h5>Getting Started</h5>
<p>Tooltip is a directive that needs to be imported and configured with a name of your choice. Global configuration is done with the <i>app.directive</i> function.</p>
<pre v-code.script><code>
@ -135,6 +136,7 @@ directives: {
<h5>Dependencies</h5>
<p>None.</p>
</AppDoc>
</ClientOnly>
</template>
<script>