diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cc8a49c..c3e96a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 3.6.0 (2023-04-10) +## 3.6.0 (2023-04-12) **Implemented New Features and Enhancements** diff --git a/src/router/index.js b/src/router/index.js index 499c76a6..116445d7 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -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: '/',