Start on chat header and room info

This commit is contained in:
N-Pex 2020-12-04 17:15:18 +01:00
parent 1f3f3ff177
commit 059c84cb24
7 changed files with 256 additions and 37 deletions

View file

@ -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