Skip to content

Commit

Permalink
Change router mode to HTML5 history to avoid an issue: vuejs/vue-rout…
Browse files Browse the repository at this point in the history
  • Loading branch information
starkhorn committed Nov 23, 2016
1 parent fa0e20d commit d125951
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/index.js
Expand Up @@ -32,6 +32,7 @@ const routes = [
]

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

Expand Down

0 comments on commit d125951

Please sign in to comment.