mirror of
https://github.com/coaidev/coai.git
synced 2025-05-22 14:30:14 +09:00
fix bug of router
This commit is contained in:
parent
8f095c1ef0
commit
4bd30fba8f
@ -7,7 +7,7 @@ const router = createRouter({ //@ts-ignore
|
||||
{
|
||||
path: "/",
|
||||
name: "index",
|
||||
component: () => HomeView,
|
||||
component: HomeView,
|
||||
meta: {
|
||||
title: "Chat Nio",
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user