ZIndex doc added
parent
671e7969d3
commit
fd29176b48
|
@ -22,6 +22,7 @@ import LocaleApiDoc from '@/doc/configuration/locale/LocaleApiDoc';
|
||||||
import RepositoryDoc from '@/doc/configuration/locale/RepositoryDoc';
|
import RepositoryDoc from '@/doc/configuration/locale/RepositoryDoc';
|
||||||
import SetLocaleDoc from '@/doc/configuration/locale/SetLocaleDoc';
|
import SetLocaleDoc from '@/doc/configuration/locale/SetLocaleDoc';
|
||||||
import RippleDoc from '@/doc/configuration/RippleDoc';
|
import RippleDoc from '@/doc/configuration/RippleDoc';
|
||||||
|
import ZIndexDoc from '@/doc/configuration/ZIndexDoc';
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
data() {
|
data() {
|
||||||
|
@ -42,6 +43,11 @@ export default {
|
||||||
label: 'InputStyle',
|
label: 'InputStyle',
|
||||||
component: InputStyleDoc
|
component: InputStyleDoc
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 'zindex',
|
||||||
|
label: 'ZIndex',
|
||||||
|
component: ZIndexDoc
|
||||||
|
},
|
||||||
{
|
{
|
||||||
id: 'locale',
|
id: 'locale',
|
||||||
label: 'Locale',
|
label: 'Locale',
|
||||||
|
|
Loading…
Reference in New Issue