Add simple auth (#186)

This commit is contained in:
Jonas Plum
2022-06-13 18:13:31 +02:00
committed by GitHub
parent 4883646f39
commit 9f1041d7ef
43 changed files with 1304 additions and 622 deletions

View File

@@ -275,6 +275,7 @@ const routes: Array<RouteConfig> = [
const router = new VueRouter({
mode: 'history',
base: 'ui',
routes,
});