Skip to content
Snippets Groups Projects
Commit 960577ca authored by Shpuld Shpuldson's avatar Shpuld Shpuldson
Browse files

Revert main.js to what it was in develop

parent 1b79ae09
No related branches found
No related tags found
No related merge requests found
......@@ -62,6 +62,7 @@ const routes = [
]
const router = new VueRouter({
mode: 'history',
routes,
scrollBehavior: (to, from, savedPosition) => {
if (to.matched.some(m => m.meta.dontScroll)) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment