Use hash routing.

This commit is contained in:
Roger Braun 2017-01-02 22:30:11 +01:00
parent 590782701d
commit 929d4d75b4

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 }