添加 cl-tree 树形组件

This commit is contained in:
icssoa
2025-09-01 01:23:29 +08:00
parent e356244639
commit 73a472053f
12 changed files with 1137 additions and 3 deletions

View File

@@ -322,6 +322,11 @@ const data = computed<Item[]>(() => {
label: t("筛选栏"),
icon: "filter-line",
path: "/pages/demo/data/filter-bar"
},
{
label: t("树形结构"),
icon: "node-tree",
path: "/pages/demo/data/tree"
}
]
},