WebHasHistory added to router

This commit is contained in:
Bahadır Sofuoğlu
2023-04-12 12:01:32 +03:00
parent b7214ba06b
commit dd594c0104
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Changelog
## 3.6.0 (2023-04-10)
## 3.6.0 (2023-04-12)
**Implemented New Features and Enhancements**

View File

@@ -1,8 +1,8 @@
import { createRouter, createWebHistory } from 'vue-router';
import { createRouter, createWebHashHistory } from 'vue-router';
import AppLayout from '@/layout/AppLayout.vue';
const router = createRouter({
history: createWebHistory(),
history: createWebHashHistory(),
routes: [
{
path: '/',