Remove scrollbehaviour
This commit is contained in:
@@ -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 } }
|
||||
}
|
||||
]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user