Demo updates

This commit is contained in:
tugcekucukoglu
2024-03-11 17:20:10 +03:00
parent 9f1d6f08e3
commit 184b795add
6 changed files with 94 additions and 54 deletions

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