♻️: rename inputTag to tagInput

This commit is contained in:
sight
2022-08-06 09:25:11 +08:00
parent 24b2cbd143
commit d30a3b0012
4 changed files with 50 additions and 1 deletions

View File

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