ToggleButton invalid demo added
parent
da6eff9134
commit
43cdab506d
|
@ -16,6 +16,7 @@ import BasicDoc from '@/doc/togglebutton/BasicDoc.vue';
|
||||||
import CustomizedDoc from '@/doc/togglebutton/CustomizedDoc.vue';
|
import CustomizedDoc from '@/doc/togglebutton/CustomizedDoc.vue';
|
||||||
import DisabledDoc from '@/doc/togglebutton/DisabledDoc.vue';
|
import DisabledDoc from '@/doc/togglebutton/DisabledDoc.vue';
|
||||||
import ImportDoc from '@/doc/togglebutton/ImportDoc.vue';
|
import ImportDoc from '@/doc/togglebutton/ImportDoc.vue';
|
||||||
|
import InvalidDoc from '@/doc/togglebutton/InvalidDoc.vue';
|
||||||
import PTComponent from '@/doc/togglebutton/pt/index.vue';
|
import PTComponent from '@/doc/togglebutton/pt/index.vue';
|
||||||
import ThemingDoc from '@/doc/togglebutton/theming/index.vue';
|
import ThemingDoc from '@/doc/togglebutton/theming/index.vue';
|
||||||
|
|
||||||
|
@ -38,6 +39,11 @@ export default {
|
||||||
label: 'Customized',
|
label: 'Customized',
|
||||||
component: CustomizedDoc
|
component: CustomizedDoc
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'invalid',
|
||||||
|
label: 'Invalid',
|
||||||
|
component: InvalidDoc
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'disabled',
|
id: 'disabled',
|
||||||
label: 'Disabled',
|
label: 'Disabled',
|
||||||
|
|
Loading…
Reference in New Issue