mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-10 11:29:07 +00:00
Update router to use history not hash mode.
This commit is contained in:
@@ -91,7 +91,7 @@ let routes = [
|
||||
];
|
||||
|
||||
const router = new VueRouter({
|
||||
mode: 'hash',
|
||||
mode: 'history',
|
||||
base: '/',
|
||||
routes,
|
||||
linkActiveClass: 'is-active'
|
||||
|
||||
Reference in New Issue
Block a user