From a16933e9c3be0d0a010b7e85a82a344ab25c3e09 Mon Sep 17 00:00:00 2001 From: cagataycivici Date: Mon, 27 May 2019 12:19:44 +0300 Subject: [PATCH] Doc update --- src/views/fieldset/FieldsetDoc.vue | 1 + src/views/panel/PanelDoc.vue | 1 + src/views/tabview/TabViewDoc.vue | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/views/fieldset/FieldsetDoc.vue b/src/views/fieldset/FieldsetDoc.vue index 783f35eb0..33964e3e1 100644 --- a/src/views/fieldset/FieldsetDoc.vue +++ b/src/views/fieldset/FieldsetDoc.vue @@ -57,6 +57,7 @@ import Fieldset from 'primevue/fieldset';

Properties

+

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/panel/PanelDoc.vue b/src/views/panel/PanelDoc.vue index 87a089b83..14100199b 100644 --- a/src/views/panel/PanelDoc.vue +++ b/src/views/panel/PanelDoc.vue @@ -57,6 +57,7 @@ import Panel from 'primevue/panel';

Properties

+

Any attribute such as style and class are passed to the main container element. Following are the additional properties to configure the component.

diff --git a/src/views/tabview/TabViewDoc.vue b/src/views/tabview/TabViewDoc.vue index cf93ce393..334ecbf37 100644 --- a/src/views/tabview/TabViewDoc.vue +++ b/src/views/tabview/TabViewDoc.vue @@ -166,7 +166,7 @@ export default {
-

Properties of Accordion

+

Properties of TabView

Any attribute such as style and class are passed to the main container element.

Events