feat: Compare sidebar layout done.

This commit is contained in:
chiayin
2024-02-16 11:35:10 +08:00
parent ac8a3b0b27
commit 66a6f7806d
6 changed files with 336 additions and 38 deletions

View File

@@ -87,6 +87,11 @@ const routes = [
}
]
},
{
path: "/compare/dashboard",
name: "CompareDashboard",
component: CompareDashboard,
}
]
},
{
@@ -94,11 +99,11 @@ const routes = [
name: "NotFound404",
component: NotFound404,
},
{
path: "/compare/dashboard",
name: "CompareDashboard",
component: CompareDashboard,
}
// {
// path: "/compare/dashboard",
// name: "CompareDashboard",
// component: CompareDashboard,
// }
];
const base_url = import.meta.env.BASE_URL;