Prevent event bubbling in Vue

前端 未结 4 768
轮回少年
轮回少年 2020-12-09 14:35

So I have this issue in Vue where I don\'t wa

4条回答
  •  -上瘾入骨i
    2020-12-09 15:22

    I found that using the 'stop' event modifier on the child element worked for me. eg

提交回复
热议问题