Profil ansehen Technisch Abgeschlossen

This commit is contained in:
scammo
2021-07-26 17:10:28 +02:00
parent 95e1c14afe
commit b911c52375
6 changed files with 147 additions and 58 deletions

View File

@ -28,7 +28,7 @@ const routes = [
component: Search
},
{
path: 'profile/:member',
path: 'profile/:memberId',
name: 'ProfileMember',
component: View
},