(component): [Tag}新增 Tag 组件

This commit is contained in:
sight
2022-08-06 09:06:37 +08:00
parent 48cacb8d91
commit 24b2cbd143
11 changed files with 788 additions and 0 deletions

View File

@@ -419,6 +419,11 @@ const zhCN = [
component: () => import("../document/zh-CN/components/photo.md"),
meta: { title: "相册" },
},
{
path: "/zh-CN/components/tag",
component: () => import("../document/zh-CN/components/tag.md"),
meta: { title: "标签" },
},
],
},
],