Skip to content
Snippets Groups Projects
Unverified Commit 39181ed2 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix Vue routing to use hash routing

parent 23da006b
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ import Setup from './views/Setup';
Vue.use(Router)
export default new Router({
mode: 'history',
base: OC.generateUrl('/apps/mail/'),
linkActiveClass: 'active',
routes: [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment