Use hash routing.

This commit is contained in:
Roger Braun 2017-01-02 22:30:11 +01:00
parent 590782701d
commit 929d4d75b4
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ const routes = [
]
const router = new VueRouter({
mode: 'history',
routes,
scrollBehavior: (to, from, savedPosition) => {
return savedPosition || { x: 0, y: 0 }