Remove description from pt docs
parent
a1c854149b
commit
a1a3bdcee5
|
@ -21,28 +21,24 @@ export default {
|
|||
docs: [
|
||||
{
|
||||
id: 'pt.image',
|
||||
label: 'Image',
|
||||
description: 'Pass Through Image',
|
||||
label: 'WireFrame',
|
||||
component: PTImage
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.accordion',
|
||||
label: 'Accordion PT Options',
|
||||
description: 'Pass Through Accordion',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Accordion')
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.tab',
|
||||
label: 'AccordionTab PT Options',
|
||||
description: 'Pass Through AccordionTab',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('AccordionTab')
|
||||
},
|
||||
{
|
||||
id: 'pt.demo',
|
||||
label: 'Demo',
|
||||
description: 'Pass Through Demo',
|
||||
component: PtDoc
|
||||
}
|
||||
]
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
<div class="doc-main">
|
||||
<div class="doc-intro">
|
||||
<h1>Panel Pass Through</h1>
|
||||
<p>Description</p>
|
||||
</div>
|
||||
<DocSections :docs="docs" />
|
||||
</div>
|
||||
|
|
|
@ -26,14 +26,12 @@ export default {
|
|||
{
|
||||
id: 'pt.doc.splitter',
|
||||
label: 'Splitter PT Options',
|
||||
description: 'Pass Through Splitter',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('Splitter')
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.tab',
|
||||
label: 'SplitterPanel PT Options',
|
||||
description: 'Pass Through SplitterPanel',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('SplitterPanel')
|
||||
},
|
||||
|
|
|
@ -20,28 +20,24 @@ export default {
|
|||
docs: [
|
||||
{
|
||||
id: 'pt.image',
|
||||
label: 'Image',
|
||||
description: 'Pass Through Image',
|
||||
label: 'WireFrame',
|
||||
component: PTImage
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.accordion',
|
||||
label: 'TabView PT Options',
|
||||
description: 'Pass Through TabView',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('TabView')
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.tab',
|
||||
label: 'TabPanel PT Options',
|
||||
description: 'Pass Through TabPanel',
|
||||
component: DocApiTable,
|
||||
data: getPTOption('TabPanel')
|
||||
},
|
||||
{
|
||||
id: 'pt.demo',
|
||||
label: 'Demo',
|
||||
description: 'Pass Through Demo',
|
||||
component: PtDoc
|
||||
}
|
||||
]
|
||||
|
|
|
@ -20,8 +20,7 @@ export default {
|
|||
docs: [
|
||||
{
|
||||
id: 'pt.image',
|
||||
label: 'Image',
|
||||
description: 'Pass Through Image',
|
||||
label: 'WireFrame',
|
||||
component: PTImage
|
||||
},
|
||||
{
|
||||
|
@ -33,7 +32,6 @@ export default {
|
|||
{
|
||||
id: 'pt.demo',
|
||||
label: 'Demo',
|
||||
description: 'Pass Through Demo',
|
||||
component: PtDoc
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue