diff --git a/src/router/index.js b/src/router/index.js index 19416a1..e41cf95 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -4,7 +4,7 @@ import Router from 'vue-router'; Vue.use(Router); export default new Router({ - mode: 'hash', + mode: 'history', scrollBehavior (to, from, savedPosition) { if (savedPosition) { return savedPosition