From a5715568e3b5091020acea51ca53032f54b55e5b Mon Sep 17 00:00:00 2001 From: Trirst <abeces968@gmail.com> Date: Fri, 24 Sep 2021 18:24:08 +0700 Subject: [PATCH] Switch to hash mode for routing --- src/router/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/router/index.js b/src/router/index.js index 4b97e45..731793b 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -30,7 +30,6 @@ const routes = [ ]; const router = new VueRouter({ - mode: "history", base: process.env.BASE_URL, routes, }); -- GitLab