diff options
| author | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 12:07:21 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shpuld@gmail.com> | 2017-05-31 12:07:21 +0300 |
| commit | 960577ca28853dfc7a2082e38498290a84749a05 (patch) | |
| tree | b4c264ffc82a243a06e73491ca252008c41e9312 /src | |
| parent | 1b79ae09e024152555d01b78a5bb7bb615f5155c (diff) | |
Revert main.js to what it was in develop
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.js b/src/main.js index 79ead587..969ca8dc 100644 --- a/src/main.js +++ b/src/main.js @@ -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)) { |
