diff --git a/src/components/Profile.vue b/src/components/Profile.vue index 0f883f1..2dc30c7 100644 --- a/src/components/Profile.vue +++ b/src/components/Profile.vue @@ -5,8 +5,11 @@
-

Max Mustermann

-

Musterfirma > PR

+

+

{{ state.group }}

-
+
-
{{ $t('vorname') }}
- {{ $t('vorname') }}
+

-
{{ $t('mittelname') }}
- {{ $t('mittelname') }}
+

-
{{ $t('nachname') }}
- {{ $t('nachname') }}
+

-
{{ $t('e_mail_adress') }}
- {{ $t('e_mail_adress') }}
+

-
{{ $t('phone_number') }}
- {{ $t('phone_number') }}
+

@@ -123,7 +116,7 @@ -
+
@@ -165,7 +158,7 @@
-
+
coming soon...
@@ -175,12 +168,33 @@ \ No newline at end of file diff --git a/src/main.js b/src/main.js index bd77f66..0611093 100644 --- a/src/main.js +++ b/src/main.js @@ -26,9 +26,9 @@ 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 Profile = import('./components/Profile.vue'); +const Profile = () => import('./components/Profile.vue'); // -let routes = [ { path: '/', component: EnvError } ]; +let routes = [ { path: '/:pathMatch(.*)*', component: EnvError } ]; if (typeof config !== 'undefined') { if (config.baseurl && config.documentserver_key) { routes = [