From ad37603fa28b7d7963dcde101a3fc6b743c1ee38 Mon Sep 17 00:00:00 2001 From: Pratap2018 Date: Mon, 29 Jan 2024 15:08:46 +0530 Subject: [PATCH] update --- src/router.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/router.js b/src/router.js index 21d4ba8e..cda10b4d 100644 --- a/src/router.js +++ b/src/router.js @@ -7,7 +7,7 @@ import Auth from './components/login/Auth' Vue.use(Router); const router = new Router({ - mode: "history", + mode: "hash", routes: [{ path: "/form/:slug", name: "Event",