From e30fa5b0bda651cb1d495b827799f014b6497a7c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 30 Dec 2019 19:21:04 +0000 Subject: [PATCH] --- ayanova/src/router.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ayanova/src/router.js b/ayanova/src/router.js index 59d174d9..aee4a4ec 100644 --- a/ayanova/src/router.js +++ b/ayanova/src/router.js @@ -76,6 +76,12 @@ export default new Router({ component: () => import(/* webpackChunkName: "home" */ "./views/home-dashboard.vue") }, + { + path: "/home-search", + name: "home-search", + component: () => + import(/* webpackChunkName: "home" */ "./views/home-search.vue") + }, { path: "/", redirect: "/login" }, //If someone goes blindly to the root of the app, then it should go to login { path: "/home-schedule",