From b7214ba06b63824fadf857ff990f41bc8ec7328c Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Wed, 12 Apr 2023 09:17:47 +0300 Subject: [PATCH] Use web history --- src/router/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index 116445d..499c76a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,8 +1,8 @@ -import { createRouter, createWebHashHistory } from 'vue-router'; +import { createRouter, createWebHistory } from 'vue-router'; import AppLayout from '@/layout/AppLayout.vue'; const router = createRouter({ - history: createWebHashHistory(), + history: createWebHistory(), routes: [ { path: '/',