Doc id fixes
parent
d90e1388a2
commit
5ff4eeb713
|
@ -23,7 +23,7 @@ export default {
|
|||
component: PTImage
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.steps',
|
||||
id: 'pt.doc.rating',
|
||||
label: 'Rating PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOptions('Rating')
|
||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
|||
component: PTImage
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.steps',
|
||||
id: 'pt.doc.ripple',
|
||||
label: 'Ripple PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOptions('Ripple')
|
||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
|||
component: PTImage
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.steps',
|
||||
id: 'pt.doc.slider',
|
||||
label: 'Slider PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOptions('Slider')
|
||||
|
|
|
@ -23,7 +23,7 @@ export default {
|
|||
component: PTImage
|
||||
},
|
||||
{
|
||||
id: 'pt.doc.steps',
|
||||
id: 'pt.doc.togglebutton',
|
||||
label: 'ToggleButton PT Options',
|
||||
component: DocApiTable,
|
||||
data: getPTOptions('ToggleButton')
|
||||
|
|
Loading…
Reference in New Issue