(component): 新增affix 锚点组件

This commit is contained in:
0o张不歪o0
2022-06-27 10:58:23 +08:00
parent 6e5108a734
commit b90d28b995
7 changed files with 235 additions and 0 deletions

View File

@@ -404,6 +404,11 @@ const zhCN = [
component: () => import("../document/zh-CN/components/cascader.md"),
meta: { title: "级联选择器" },
},
{
path: "/zh-CN/components/Affix",
component: () => import("../document/zh-CN/components/affix.md"),
meta: { title: "锚点" },
},
],
},
],