|
@@ -157,9 +157,7 @@ const routes: RouteRecordRaw[] = [
|
|
|
name: 'HideChildrenInMenuDemo',
|
|
name: 'HideChildrenInMenuDemo',
|
|
|
path: '',
|
|
path: '',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
- import(
|
|
|
|
|
- '#/views/demos/features/hide-menu-children/parent.vue'
|
|
|
|
|
- ),
|
|
|
|
|
|
|
+ import('#/views/demos/features/hide-menu-children/parent.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
// hideInMenu: true,
|
|
// hideInMenu: true,
|
|
|
title: $t('demos.features.hideChildrenInMenu'),
|
|
title: $t('demos.features.hideChildrenInMenu'),
|
|
@@ -169,9 +167,7 @@ const routes: RouteRecordRaw[] = [
|
|
|
name: 'HideChildrenInMenuChildrenDemo',
|
|
name: 'HideChildrenInMenuChildrenDemo',
|
|
|
path: '/demos/features/hide-menu-children/children',
|
|
path: '/demos/features/hide-menu-children/children',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
- import(
|
|
|
|
|
- '#/views/demos/features/hide-menu-children/children.vue'
|
|
|
|
|
- ),
|
|
|
|
|
|
|
+ import('#/views/demos/features/hide-menu-children/children.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
activePath: '/demos/features/hide-menu-children',
|
|
activePath: '/demos/features/hide-menu-children',
|
|
|
title: $t('demos.features.hideChildrenInMenu'),
|
|
title: $t('demos.features.hideChildrenInMenu'),
|
|
@@ -247,9 +243,7 @@ const routes: RouteRecordRaw[] = [
|
|
|
name: 'RequestParamsSerializerDemo',
|
|
name: 'RequestParamsSerializerDemo',
|
|
|
path: '/demos/features/request-params-serializer',
|
|
path: '/demos/features/request-params-serializer',
|
|
|
component: () =>
|
|
component: () =>
|
|
|
- import(
|
|
|
|
|
- '#/views/demos/features/request-params-serializer/index.vue'
|
|
|
|
|
- ),
|
|
|
|
|
|
|
+ import('#/views/demos/features/request-params-serializer/index.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
icon: 'lucide:git-pull-request-arrow',
|
|
icon: 'lucide:git-pull-request-arrow',
|
|
|
title: $t('demos.features.requestParamsSerializer'),
|
|
title: $t('demos.features.requestParamsSerializer'),
|