Hide size demos
parent
f0deb6ec5e
commit
b9bf900fcc
|
@ -26,7 +26,6 @@ import RaisedDoc from '@/doc/button/RaisedDoc.vue';
|
|||
import RaisedTextDoc from '@/doc/button/RaisedTextDoc.vue';
|
||||
import RoundedDoc from '@/doc/button/RoundedDoc.vue';
|
||||
import SeverityDoc from '@/doc/button/SeverityDoc.vue';
|
||||
import SizesDoc from '@/doc/button/SizesDoc.vue';
|
||||
import TemplateDoc from '@/doc/button/TemplateDoc.vue';
|
||||
import TextDoc from '@/doc/button/TextDoc.vue';
|
||||
import PTComponent from '@/doc/button/pt/index.vue';
|
||||
|
@ -110,12 +109,12 @@ export default {
|
|||
id: 'buttonset',
|
||||
label: 'Button Set',
|
||||
component: ButtonSetDoc
|
||||
},
|
||||
} /*
|
||||
{
|
||||
id: 'sizes',
|
||||
label: 'Sizes',
|
||||
component: SizesDoc
|
||||
},
|
||||
},*/,
|
||||
{
|
||||
id: 'template',
|
||||
label: 'Template',
|
||||
|
|
|
@ -11,7 +11,6 @@ import FloatLabelDoc from '@/doc/inputtext/FloatLabelDoc.vue';
|
|||
import HelpTextDoc from '@/doc/inputtext/HelpTextDoc.vue';
|
||||
import ImportDoc from '@/doc/inputtext/ImportDoc.vue';
|
||||
import InvalidDoc from '@/doc/inputtext/InvalidDoc.vue';
|
||||
import SizesDoc from '@/doc/inputtext/SizesDoc.vue';
|
||||
import PTComponent from '@/doc/inputtext/pt/index.vue';
|
||||
import ThemingDoc from '@/doc/inputtext/theming/index.vue';
|
||||
|
||||
|
@ -29,11 +28,11 @@ export default {
|
|||
label: 'Basic',
|
||||
component: BasicDoc
|
||||
},
|
||||
{
|
||||
/*{
|
||||
id: 'sizes',
|
||||
label: 'Sizes',
|
||||
component: SizesDoc
|
||||
},
|
||||
},*/
|
||||
{
|
||||
id: 'helptext',
|
||||
label: 'HelpText',
|
||||
|
|
|
@ -21,7 +21,6 @@ import RaisedDoc from '@/doc/splitbutton/RaisedDoc.vue';
|
|||
import RaisedTextDoc from '@/doc/splitbutton/RaisedTextDoc.vue';
|
||||
import RoundedDoc from '@/doc/splitbutton/RoundedDoc.vue';
|
||||
import SeverityDoc from '@/doc/splitbutton/SeverityDoc.vue';
|
||||
import SizesDoc from '@/doc/splitbutton/SizesDoc.vue';
|
||||
import TemplateDoc from '@/doc/splitbutton/TemplateDoc.vue';
|
||||
import TextDoc from '@/doc/splitbutton/TextDoc.vue';
|
||||
import PTComponent from '@/doc/splitbutton/pt/index.vue';
|
||||
|
@ -81,11 +80,11 @@ export default {
|
|||
label: 'Outlined',
|
||||
component: OutlinedDoc
|
||||
},
|
||||
{
|
||||
/*{
|
||||
id: 'sizes',
|
||||
label: 'Sizes',
|
||||
component: SizesDoc
|
||||
},
|
||||
},*/
|
||||
{
|
||||
id: 'template',
|
||||
label: 'Template',
|
||||
|
|
Loading…
Reference in New Issue