diff --git a/doc/accordion/pt/index.vue b/doc/accordion/pt/index.vue
index 0d886e78a..767044c67 100644
--- a/doc/accordion/pt/index.vue
+++ b/doc/accordion/pt/index.vue
@@ -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
}
]
diff --git a/doc/panel/pt/index.vue b/doc/panel/pt/index.vue
index 132ffdaeb..368c2720b 100644
--- a/doc/panel/pt/index.vue
+++ b/doc/panel/pt/index.vue
@@ -2,7 +2,6 @@
Panel Pass Through
-
Description
diff --git a/doc/splitter/pt/index.vue b/doc/splitter/pt/index.vue
index 36d38d7e3..18b643f8f 100644
--- a/doc/splitter/pt/index.vue
+++ b/doc/splitter/pt/index.vue
@@ -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')
},
diff --git a/doc/tabview/pt/index.vue b/doc/tabview/pt/index.vue
index 52c6a1dd2..6000efc68 100644
--- a/doc/tabview/pt/index.vue
+++ b/doc/tabview/pt/index.vue
@@ -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
}
]
diff --git a/doc/toolbar/pt/index.vue b/doc/toolbar/pt/index.vue
index 2c79476bd..5674011c6 100644
--- a/doc/toolbar/pt/index.vue
+++ b/doc/toolbar/pt/index.vue
@@ -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
}
]