Remove scrollbehaviour

This commit is contained in:
Björn Fromme
2019-09-27 13:25:18 +02:00
parent 4b462da45f
commit ed51294ee5
@@ -85,8 +85,5 @@ export default new VueRouter({
path: '*',
redirect: { name: 'login' }
}
],
scrollBehavior (to, from, savedPosition) {
return { selector: '#myep-main', offset: { x: 0, y: 160 } }
}
]
});