This commit is contained in:
2026-08-22 20:34:43 +02:00
parent 120b6cf4d5
commit da151c13ed
14 changed files with 366 additions and 21 deletions
+8
View File
@@ -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})',