pull/6697/head
Cagatay Civici 2024-10-31 11:10:30 +03:00
commit 6510918e9d
1 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
<template> <template>
<DocComponent title="Vue Form Library" header="Forms" description="The PrimeVue Forms library provides comprehensive form state management with built-in validation support." :componentDocs="docs" :apiDocs="['Form']" :ptTabComponent="ptComponent" :themingDocs="themingDoc" /> <DocComponent
title="Vue Form Library"
header="Forms"
description="The PrimeVue Forms library provides comprehensive form state management with built-in validation support."
:componentDocs="docs"
:apiDocs="['Form']"
:ptTabComponent="ptComponent"
:themingDocs="themingDoc"
/>
</template> </template>
<script> <script>
@ -20,7 +28,7 @@ export default {
data() { data() {
return { return {
docs: [ docs: [
{ {
id: 'download', id: 'download',
label: 'Download', label: 'Download',
component: DownloadDoc component: DownloadDoc