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 SetLocaleDoc from '@/doc/configuration/locale/SetLocaleDoc';
|
||||
import RippleDoc from '@/doc/configuration/RippleDoc';
|
||||
import ZIndexDoc from '@/doc/configuration/ZIndexDoc';
|
||||
|
||||
export default {
|
||||
data() {
|
||||
|
@ -42,6 +43,11 @@ export default {
|
|||
label: 'InputStyle',
|
||||
component: InputStyleDoc
|
||||
},
|
||||
{
|
||||
id: 'zindex',
|
||||
label: 'ZIndex',
|
||||
component: ZIndexDoc
|
||||
},
|
||||
{
|
||||
id: 'locale',
|
||||
label: 'Locale',
|
||||
|
|
Loading…
Reference in New Issue