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 |
||
|---|---|---|
| .. | ||
| form-ui | ||
| layout-ui | ||
| menu-ui | ||
| popup-ui | ||
| shadcn-ui | ||
| tabs-ui | ||
| README.md | ||
README.md
ui-kit
用于管理公共组件、不同UI组件库封装的组件