element icon indicating copy to clipboard operation
element copied to clipboard

[Bug Report] el-tree中的check事件和check-change事件的顺序是不是反了

Open syh19 opened this issue 1 year ago • 0 comments

Element UI version

2.15.13

OS/Browsers version

macos m1

Vue version

2.6.11

Reproduction Link

https://codepen.io/syh19/pen/GRLeOqP?editors=1111

Steps to reproduce

同时为el-tree绑定check事件和check-change事件,通过勾选checkbox触发这两个事件

What is Expected?

预期先触发check事件,再触发check-change事件

What is actually happening?

实际先触发了check-change事件,然后才触发了check事件

syh19 avatar Apr 26 '24 11:04 syh19