Use history mode as default for vue-router

master
Harald Wolff 2019-11-19 11:38:16 +01:00
parent caff9e19d5
commit db1f67805b
1 changed files with 1 additions and 0 deletions

View File

@ -442,6 +442,7 @@
});
LNVue.vueRouter = new VueRouter({
mode: 'history',
routes: [],
});