index.ts文件中 name中home大小写错误,第32次提交之前为大写

pull/9/head
riverflow 2 months ago
parent 7fafbc75e4
commit 45852a18a8

@ -11,7 +11,7 @@ import Layout from '@/layout/Index.vue'
const routes: Array<RouteRecordRaw> = [
{
path: '/home',
name: 'Home',
name: 'home', //name中home大小写错误第32次提交之前为大写
component: Layout
}
]

Loading…
Cancel
Save