更改大写

This commit is contained in:
luyuan 2020-09-25 16:35:32 +08:00
parent 5d082ea187
commit ec13ae4a4e
Signed by: theluyuan
GPG Key ID: A7972FD973317FF3
2 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ const routes: Array<RouteRecordRaw> = [
{
path:"/mine",
name:"Mine",
component: () => import("../layout/mine.vue"),
component: () => import("../layout/Mine.vue"),
children: [
{
path:"Archives",