♻️(document): 统一 component 与 layer 的 md 位置

This commit is contained in:
就眠儀式
2022-06-26 01:43:00 +08:00
parent 33ad94f2b7
commit 3fd35cf2ad
4 changed files with 10 additions and 10 deletions

View File

@@ -9,7 +9,7 @@ const zhCN = [
children: [
{
path: "/zh-CN/index",
component: () => import("../../docs/zh-CN/index.md"),
component: () => import("../document/zh-CN/index.md"),
meta: { title: "指南" },
},