mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* Update tree-store.ts fix: the bug #20259 Ensure the sequence for the traverse step. * fix(components): [tree] filter update scheduling error fix(components): [tree] fix bug #20259 Ensure the sequence for the traverse step. If call the traverse without await, the code below will run before the children had been processed, making the parent node invisible.