From fd29176b48dd88c89c920e743059d3064661e757 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tu=C4=9F=C3=A7e=20K=C3=BC=C3=A7=C3=BCko=C4=9Flu?= Date: Mon, 10 Apr 2023 11:34:52 +0300 Subject: [PATCH] ZIndex doc added --- pages/configuration/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/configuration/index.vue b/pages/configuration/index.vue index fa43e5952..dd6decd56 100644 --- a/pages/configuration/index.vue +++ b/pages/configuration/index.vue @@ -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',