更改大写 #11

Merged
theluyuan merged 1 commits from xbx into master 2020-09-25 08:35:51 +00:00
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",