Skip to content

Commit

Permalink
fix #3
Browse files Browse the repository at this point in the history
  • Loading branch information
Anjaxs committed Sep 10, 2021
1 parent ed76617 commit dcc114a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ const routes = [
]

const router = new VueRouter({
routes
routes,
mode: 'history'
})

new Vue({
Expand Down

0 comments on commit dcc114a

Please sign in to comment.