initial implementation of godmode
This commit is contained in:
parent
068c3c0654
commit
aa0cef12b1
4 changed files with 113 additions and 5 deletions
|
|
@ -84,6 +84,13 @@ export default (store) => {
|
|||
() => import('src/components/user_profile/user_profile.vue'),
|
||||
),
|
||||
},
|
||||
{
|
||||
name: 'user-profile-admin-view',
|
||||
path: '/admin/users/$:id',
|
||||
component: defineAsyncComponent(
|
||||
() => import('src/components/user_profile/user_profile_admin_view.vue'),
|
||||
),
|
||||
},
|
||||
{
|
||||
name: 'interactions',
|
||||
path: '/users/:username/interactions',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue