mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): [splitter]在调整大小结束时添加 nextTick 以确保延迟更新 当 lazy 为 true 时,使用 nextTick 确保在 DOM 更新后触发 resizeEnd 事件 * fix(components): [splitter] Fix the ts issue of onResizeEnd * fix(components): [splitter] Add test cases * fix(components): [splitter] Merge remote changes and keep test cases * chore: format --------- Co-authored-by: warmthsea <2586244885@qq.com>