init
This commit is contained in:
@@ -45,6 +45,14 @@ const router = createRouter({
|
||||
path: '',
|
||||
name: 'home',
|
||||
component: () => import('@/pages/index.vue'),
|
||||
children: [
|
||||
{
|
||||
path: 'conversation/:channelId(default|[0-9a-fA-F-]{36})',
|
||||
name: 'home-conversation',
|
||||
component: () => import('@/pages/server/channel/index.vue'),
|
||||
props: true,
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: 'server/:serverId(default|[0-9a-fA-F-]{36})',
|
||||
|
||||
Reference in New Issue
Block a user