(component): 新增 treeSelect 组件

This commit is contained in:
就眠儀式
2022-10-02 06:11:10 +08:00
parent 5b1426ee1b
commit 15372347a3
5 changed files with 320 additions and 3 deletions

View File

@@ -236,6 +236,11 @@ const zhCN = [
component: () => import("../document/zh-CN/components/tree.md"),
meta: { title: "树形组件" },
},
{
path: "/zh-CN/components/treeSelect",
component: () => import("../document/zh-CN/components/treeSelect.md"),
meta: { title: "下拉树组件" },
},
{
path: "/zh-CN/components/page",
component: () => import("../document/zh-CN/components/page.md"),