working path params for org registration

ref #15
This commit is contained in:
2021-03-25 19:36:31 +01:00
parent 18d1ddacf7
commit 79d8545ed6
2 changed files with 9 additions and 5 deletions

View File

@@ -25,7 +25,7 @@ const EnvError = import('./components/EnvError.vue');
const Home = import('./components/Home.vue');
const Imprint = import('./components/Imprint.vue');
const Privacy = import('./components/Privacy.vue');
const Register = import('./components/Register.vue');
const Register = () => import('./components/Register.vue');
const Profile = () => import('./components/Profile.vue');
//
let routes = [ { path: '/:pathMatch(.*)*', component: EnvError } ];