Revert main.js to what it was in develop

This commit is contained in:
Shpuld Shpuldson 2017-05-31 12:07:21 +03:00
parent 1b79ae09e0
commit 960577ca28

View file

@ -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)) {