Skip to content

Commit

Permalink
WebHasHistory added to router
Browse files Browse the repository at this point in the history
  • Loading branch information
bahadirsofuoglu committed Apr 12, 2023
1 parent b7214ba commit dd594c0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## 3.6.0 (2023-04-10)
## 3.6.0 (2023-04-12)

**Implemented New Features and Enhancements**

Expand Down
4 changes: 2 additions & 2 deletions src/router/index.js
Original file line number Diff line number Diff line change
@@ -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: '/',
Expand Down

1 comment on commit dd594c0

@vercel
Copy link

@vercel vercel bot commented on dd594c0 Apr 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

sakai-vue – ./

sakai-vue-primetek.vercel.app
sakai-vue-git-prod-primetek.vercel.app
sakai.primevue.org

Please sign in to comment.