[BUG] update:checked
on a-checkbox
is called twice on value change
#3838
Labels
update:checked
on a-checkbox
is called twice on value change
#3838
Version
2.1.0
Environment
3.0.7
Reproduction link
http://example.com
Steps to reproduce
What is expected?
test
should only be called once with valuetrue
What is actually happening?
test
is called twice. Antdv passes an event object at the first time, which is not expected.Others
https://github.com/vueComponent/ant-design-vue/blob/next/components/vc-checkbox/src/Checkbox.jsx#L92
The text was updated successfully, but these errors were encountered: