Fix redirect issue

This commit is contained in:
khatabwedaa
2020-06-25 14:36:00 +02:00
parent c8c1fb7f75
commit d270581a71
4 changed files with 6 additions and 36 deletions

View File

@@ -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" },