Merge branch 'master' of https://github.com/primefaces/primevue
commit
6510918e9d
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue