mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 11:16:39 -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({
|
||||
mode: "history",
|
||||
linkActiveClass: "active",
|
||||
root: "/",
|
||||
|
||||
routes: [
|
||||
{ path: "/", component: HomePage },
|
||||
|
|
Loading…
Reference in a new issue