在卡片上嵌套的选框会触发,单击选框会触发卡片上的事件,使用 $event事件没效果报错 应该怎么解决呢??
先感谢各位大佬们!!
<el-checkbox @click.native='stopDefault($event)' @change='toggleChange'></el-checkbox> // js stopDefault (e) { e.stopPropagation() }
试试看
2.1m questions
2.1m answers
60 comments
57.0k users