Lists implementation: make route naming consistent
This commit is contained in:
parent
b5eba5974c
commit
891fbf996d
7 changed files with 9 additions and 9 deletions
|
|
@ -77,8 +77,8 @@ export default (store) => {
|
|||
{ name: 'about', path: '/about', component: About },
|
||||
{ name: 'user-profile', path: '/:_(users)?/:name', component: UserProfile },
|
||||
{ name: 'lists', path: '/lists', component: Lists },
|
||||
{ name: 'list-timeline', path: '/lists/:id', component: ListsTimeline },
|
||||
{ name: 'list-edit', path: '/lists/:id/edit', component: ListsEdit }
|
||||
{ name: 'lists-timeline', path: '/lists/:id', component: ListsTimeline },
|
||||
{ name: 'lists-edit', path: '/lists/:id/edit', component: ListsEdit }
|
||||
]
|
||||
|
||||
if (store.state.instance.pleromaChatMessagesAvailable) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue