fix bug of router

This commit is contained in:
Zhang Minghan 2023-07-18 20:18:05 +08:00
parent 8f095c1ef0
commit 4bd30fba8f

View File

@ -7,7 +7,7 @@ const router = createRouter({ //@ts-ignore
{
path: "/",
name: "index",
component: () => HomeView,
component: HomeView,
meta: {
title: "Chat Nio",
},