aboutsummaryrefslogtreecommitdiff
path: root/src/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.js')
-rw-r--r--src/main.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 30929f0b..9a3406e3 100644
--- a/src/main.js
+++ b/src/main.js
@@ -60,7 +60,6 @@ const routes = [
]
const router = new VueRouter({
- mode: 'history',
routes,
scrollBehavior: (to, from, savedPosition) => {
if (to.matched.some(m => m.meta.dontScroll)) {