feat(common-ui): 添加 Tree 组件

- 在 common-ui 包中新增 Tree 组件
- 实现了基本的树形结构展示功能
- 集成了 VbenTree 组件和自定义样式- 添加了空数据时的占位展示
This commit is contained in:
Jin Mao
2025-09-17 17:28:39 +08:00
parent 0f7731b611
commit 4de8220ce6
2 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1 @@
export { default as Tree } from './tree.vue';