diff --git a/src/router/index.js b/src/router/index.js index 9a55576..17f63a0 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -30,6 +30,7 @@ const routes = [ ]; const router = new VueRouter({ + mode: "history", routes, });