1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-04-01 14:52:12 +02:00

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({ const router = new VueRouter({
mode: 'history',
routes, routes,
scrollBehavior: (to, from, savedPosition) => { scrollBehavior: (to, from, savedPosition) => {
return savedPosition || { x: 0, y: 0 } return savedPosition || { x: 0, y: 0 }