Revert main.js to what it was in develop
This commit is contained in:
parent
1b79ae09e0
commit
960577ca28
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ const routes = [
|
||||||
]
|
]
|
||||||
|
|
||||||
const router = new VueRouter({
|
const router = new VueRouter({
|
||||||
|
mode: 'history',
|
||||||
routes,
|
routes,
|
||||||
scrollBehavior: (to, from, savedPosition) => {
|
scrollBehavior: (to, from, savedPosition) => {
|
||||||
if (to.matched.some(m => m.meta.dontScroll)) {
|
if (to.matched.some(m => m.meta.dontScroll)) {
|
||||||
|
|
Loading…
Reference in a new issue