Remove the root key from the vue-router initialization as this no longer appears to do anything

This commit is contained in:
Kevin MacMartin 2020-01-02 14:41:00 -05:00
parent b02ddfc860
commit b6a95813e9

1
resources/js/app.js vendored
View file

@ -35,7 +35,6 @@ import Error404Page from "pages/error404.vue";
const router = new VueRouter({ const router = new VueRouter({
mode: "history", mode: "history",
linkActiveClass: "active", linkActiveClass: "active",
root: "/",
routes: [ routes: [
{ path: "/", component: HomePage }, { path: "/", component: HomePage },