📅  最后修改于: 2022-03-11 15:03:31.027000             🧑  作者: Mango
Although no listed in the docs (at the time of writing).
@change is available and should be used.
there is a native click event bound to the checkbox component.
adding an @click event causes it to fire twice. Replace @click
with @change and should fix the problem.