Implement user_profile.spec.js
This commit is contained in:
parent
1341a7bb9c
commit
828b1c78f9
8 changed files with 153 additions and 15 deletions
|
@ -29,6 +29,7 @@ export default (store) => {
|
|||
{ name: 'tag-timeline', path: '/~/tag/:tag', component: TagTimeline },
|
||||
{ name: 'conversation', path: '/~/notice/:id', component: ConversationPage, meta: { dontScroll: true } },
|
||||
{ name: 'user-profile', path: '/:name', component: UserProfile },
|
||||
{ name: 'external-user-profile', path: '/~/users/:id', component: UserProfile },
|
||||
{ name: 'mentions', path: '/:username/mentions', component: Mentions },
|
||||
{ name: 'dms', path: '/:username/dms', component: DMs },
|
||||
{ name: 'settings', path: '/~/settings', component: Settings },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue