<el-checkbox @click.native='stopDefault($event)' @change='toggleChange'></el-checkbox> // js stopDefault (e) { e.stopPropagation() }试试看
试试看