✨ User personal page
This commit is contained in:
7
src/router/chat.ts
Normal file
7
src/router/chat.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const chatRouter = [
|
||||
{
|
||||
path: "",
|
||||
name: "chat.channel",
|
||||
component: () => import("@/views/chat/page.vue"),
|
||||
}
|
||||
]
|
Reference in New Issue
Block a user