Update router to use history not hash mode.

This commit is contained in:
2021-05-18 10:21:00 +02:00
committed by GitHub
parent d63cb4ac52
commit 7a3b709404

View File

@@ -91,7 +91,7 @@ let routes = [
];
const router = new VueRouter({
mode: 'hash',
mode: 'history',
base: '/',
routes,
linkActiveClass: 'is-active'