menu layout changed

This commit is contained in:
Komek Hayytnazarov 2022-07-07 10:37:50 +05:00
parent cddd1b6df7
commit 52aaa951af
2 changed files with 31 additions and 31 deletions

View File

@ -73,7 +73,7 @@ import Slider from "../views/slider/Main.vue";
import ImageZoom from "../views/image-zoom/Main.vue";
const routes = [
{
/* {
path: "/",
component: SideMenu,
children: [
@ -408,8 +408,8 @@ const routes = [
component: ImageZoom,
},
],
},
{
}, */
/* {
path: "/simple-menu",
component: SimpleMenu,
children: [
@ -744,13 +744,13 @@ const routes = [
component: ImageZoom,
},
],
},
}, */
{
path: "/top-menu",
path: "/",
component: TopMenu,
children: [
{
path: "dashboard-overview-1",
path: "/",
name: "top-menu-dashboard-overview-1",
component: DashboardOverview1,
},

View File

@ -30,31 +30,31 @@ export const useTopMenuStore = defineStore("topMenu", {
},
],
},
{
icon: "BoxIcon",
pageName: "top-menu-menu-layout",
title: "Menu Layout",
subMenu: [
{
icon: "",
pageName: "side-menu-dashboard-overview-1",
title: "Side Menu",
ignore: true,
},
{
icon: "",
pageName: "simple-menu-dashboard-overview-1",
title: "Simple Menu",
ignore: true,
},
{
icon: "",
pageName: "top-menu-dashboard-overview-1",
title: "Top Menu",
ignore: true,
},
],
},
// {
// icon: "BoxIcon",
// pageName: "top-menu-menu-layout",
// title: "Menu Layout",
// subMenu: [
// {
// icon: "",
// pageName: "side-menu-dashboard-overview-1",
// title: "Side Menu",
// ignore: true,
// },
// {
// icon: "",
// pageName: "simple-menu-dashboard-overview-1",
// title: "Simple Menu",
// ignore: true,
// },
// {
// icon: "",
// pageName: "top-menu-dashboard-overview-1",
// title: "Top Menu",
// ignore: true,
// },
// ],
// },
{
icon: "ActivityIcon",
pageName: "top-menu-apps",