📝: 更新文档

This commit is contained in:
就眠儀式
2022-07-06 22:24:25 +08:00
parent f3b2d137b3
commit b4e67b46c6
13 changed files with 459 additions and 201 deletions

View File

@@ -400,15 +400,25 @@ const zhCN = [
meta: { title: "页头" },
},
{
path: "/zh-CN/components/Cascader",
path: "/zh-CN/components/cascader",
component: () => import("../document/zh-CN/components/cascader.md"),
meta: { title: "级联选择器" },
},
{
path: "/zh-CN/components/Affix",
path: "/zh-CN/components/affix",
component: () => import("../document/zh-CN/components/affix.md"),
meta: { title: "锚点" },
},
{
path: "/zh-CN/components/notifiy",
component: () => import("../document/zh-CN/components/notifiy.md"),
meta: { title: "通知" },
},
{
path: "/zh-CN/components/photo",
component: () => import("../document/zh-CN/components/photo.md"),
meta: { title: "相册" },
},
],
},
],