Improved "create room" flow
Still need to implement the "add friends" screen.
This commit is contained in:
parent
3ed27e9f63
commit
40f7892392
10 changed files with 469 additions and 115 deletions
|
|
@ -48,7 +48,7 @@ const routes = [
|
|||
name: 'CreateRoom',
|
||||
component: CreateRoom,
|
||||
meta: {
|
||||
title: 'Create'
|
||||
title: 'Create room'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -62,6 +62,14 @@ const routes = [
|
|||
name: 'Join',
|
||||
component: Join
|
||||
},
|
||||
{
|
||||
path: '/invite',
|
||||
name: 'Invite',
|
||||
component: () => import('../components/Invite.vue'),
|
||||
meta: {
|
||||
title: 'Add Friends'
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
const router = new VueRouter({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue