Merge pull request '更改大写' (#11) from xbx into master

Reviewed-on: http://git.luyuan.tk/luyuan/beelink/pulls/11
This commit is contained in:
luyuan 2020-09-25 16:35:50 +08:00
commit 2063de2a9b
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",