wip: clip
This commit is contained in:
parent
d53c55ecb5
commit
8e8459fa55
6 changed files with 193 additions and 4 deletions
|
@ -37,6 +37,7 @@ export const router = createRouter({
|
|||
{ path: '/channels/new', component: page('channel-editor') },
|
||||
{ path: '/channels/:channelId/edit', component: page('channel-editor'), props: true },
|
||||
{ path: '/channels/:channelId', component: page('channel'), props: route => ({ channelId: route.params.channelId }) },
|
||||
{ path: '/clips/:clipId', component: page('clip'), props: route => ({ clipId: route.params.clipId }) },
|
||||
{ path: '/my/notifications', component: page('notifications') },
|
||||
{ path: '/my/favorites', component: page('favorites') },
|
||||
{ path: '/my/messages', component: page('messages') },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue