From b6a95813e946b781ae16207a2227b16577de7fe9 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Thu, 2 Jan 2020 14:41:00 -0500 Subject: [PATCH] Remove the root key from the vue-router initialization as this no longer appears to do anything --- resources/js/app.js | 1 - 1 file changed, 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index e642820..7212dff 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -35,7 +35,6 @@ import Error404Page from "pages/error404.vue"; const router = new VueRouter({ mode: "history", linkActiveClass: "active", - root: "/", routes: [ { path: "/", component: HomePage },