mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Remove the root key from the vue-router initialization as this no longer appears to do anything
This commit is contained in:
parent
b02ddfc860
commit
b6a95813e9
1 changed files with 0 additions and 1 deletions
1
resources/js/app.js
vendored
1
resources/js/app.js
vendored
|
@ -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 },
|
||||||
|
|
Loading…
Reference in a new issue