Start on chat header and room info
This commit is contained in:
parent
1f3f3ff177
commit
059c84cb24
7 changed files with 256 additions and 37 deletions
|
|
@ -11,6 +11,12 @@ const routes = [
|
|||
name: 'Chat',
|
||||
component: Chat
|
||||
},
|
||||
{
|
||||
path: '/info',
|
||||
name: 'RoomInfo',
|
||||
component: () => import('../components/RoomInfo.vue'),
|
||||
props: true,
|
||||
},
|
||||
{
|
||||
path: '/login',
|
||||
component: Login
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue