mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): [tree-v2] sync expanded state with defaultExpandedKeys - guard setExpandedKeys against stale keys - remove isExpanded, use node.expanded in template - move defaultExpandedKeys apply logic to data watch - remove redundant comments in tests fix #23546 Made-with: Cursor * fix: update * fix: move the position of the watch * fix: revert --------- Co-authored-by: cye2 <cye2@leqee.com> Co-authored-by: keeplearning66 <1256734885@qq.com>