📌  相关文章
📜  vuetify 复选框单击触发两次 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:03:31.027000             🧑  作者: Mango

代码示例1
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.