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