admin-vben/packages/@core
Akuria ca5931e8c4
fix: preserve tree default value when treeData starts empty (#7908)
When treeData is initially an empty array (e.g. before async data
arrives), updateTreeValue() would clear the modelValue because no
matching items could be found in the empty flattened data. This caused
default values to be lost.

Only call updateTreeValue() when flattenData has items, so that
modelValue is preserved until the actual tree data arrives.

Fixes #6522
2026-05-16 10:41:42 +08:00
..
base feat: 添加日期格式化函数的空值处理 2026-04-23 17:25:10 +08:00
composables chore: unbuild 2026-03-15 23:11:41 +08:00
preferences feat: enable project-scoped preferences extension tabs (#7803) 2026-04-13 17:52:17 +08:00
ui-kit fix: preserve tree default value when treeData starts empty (#7908) 2026-05-16 10:41:42 +08:00
README.md chore: update app name 2024-07-14 23:10:48 +08:00

README.md

@vben-core

系统一些比较基础的SDK和UI组件库该目录后续完善后可能会迁移出去或者发布到npm请勿将任何业务逻辑和业务包放在该目录。