7 lines
131 B
TypeScript
7 lines
131 B
TypeScript
export const chatRouter = [
|
|
{
|
|
path: "",
|
|
name: "chat.channel",
|
|
component: () => import("@/views/chat/page.vue"),
|
|
}
|
|
] |