Skip to content

Commit

Permalink
fix: switch to hash mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed May 14, 2020
1 parent 527cf2a commit 5140f11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/docs/src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ const routes: Array<RouteConfig> = [
]

const router = new VueRouter({
mode: 'history',
base: process.env.BASE_URL,
routes
})
Expand Down

0 comments on commit 5140f11

Please sign in to comment.