(component): [space]新增 space 组件

This commit is contained in:
sight
2022-08-27 08:02:54 +08:00
parent c235cbb1f1
commit cf0b74820e
8 changed files with 464 additions and 0 deletions

View File

@@ -429,6 +429,11 @@ const zhCN = [
component: () => import("../document/zh-CN/components/tagInput.md"),
meta: { title: "标签" },
},
{
path: "/zh-CN/components/space",
component: () => import("../document/zh-CN/components/space.md"),
meta: { title: "间距" },
},
],
},
],