initial streaming re-support
This commit is contained in:
parent
4de092808d
commit
652a9fabb7
11 changed files with 391 additions and 281 deletions
|
|
@ -238,7 +238,7 @@ export default (store) => {
|
|||
path: '/lists/:id',
|
||||
component: Timeline,
|
||||
props: (route) => ({
|
||||
timelineRef: { name: 'lists', argument: route.params.id },
|
||||
timelineRef: { name: 'list', argument: route.params.id },
|
||||
}),
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue