Use web history

This commit is contained in:
Cagatay Civici
2023-04-12 09:17:47 +03:00
parent 6dbae97458
commit b7214ba06b

View File

@@ -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: '/',