mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 15:35:34 +00:00
Fix redirect issue
This commit is contained in:
@@ -12,6 +12,7 @@ const Footers = () => import("./components/categories/Footers");
|
||||
export default new VueRouter({
|
||||
mode: 'history',
|
||||
routes: [
|
||||
{ path: "/", redirect: "/alerts" },
|
||||
{ path: "/alerts", component: Alerts, name: "Alerts" },
|
||||
{ path: "/cards", component: Cards, name: "Cards" },
|
||||
{ path: "/forms", component: Forms, name: "Forms" },
|
||||
|
||||
Reference in New Issue
Block a user