mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Client only tags added to AppDocs for ssr
This commit is contained in:
parent
b8e4ec13b3
commit
33b9b5e3a5
139 changed files with 23111 additions and 22916 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue