✨ Basic chat layouts
This commit is contained in:
@@ -38,12 +38,13 @@ const router = createRouter({
|
||||
},
|
||||
|
||||
{
|
||||
path: "/chat",
|
||||
path: "/chat/:channel",
|
||||
component: () => import("@/layouts/chat.vue"),
|
||||
children: [
|
||||
{
|
||||
path: ":channel",
|
||||
path: "",
|
||||
name: "chat.channel",
|
||||
component: () => import("@/views/chat/channel.vue")
|
||||
component: () => import("@/views/chat/page.vue"),
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user