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

@ -92,14 +92,15 @@
</div>
</div>
<AppDoc
name="VuelidateFormDemo"
:sources="sources"
:service="['CountryService']"
:data="['countries']"
github="validation/VuelidateFormDemo.vue"
:dependencies="{ '@vuelidate/core': '^2.0.0-alpha.14', '@vuelidate/validators': '^2.0.0-alpha.12' }"
/>
<ClientOnly
><AppDoc
name="VuelidateFormDemo"
:sources="sources"
:service="['CountryService']"
:data="['countries']"
github="validation/VuelidateFormDemo.vue"
:dependencies="{ '@vuelidate/core': '^2.0.0-alpha.14', '@vuelidate/validators': '^2.0.0-alpha.12' }"
/></ClientOnly>
</div>
</template>