Tree: add checkbox stopPropagation

This commit is contained in:
Dreamacro
2017-07-24 14:36:05 +08:00
committed by 杨奕
parent f377af5030
commit caba5cf409

View File

@@ -19,6 +19,7 @@
v-model="node.checked"
:indeterminate="node.indeterminate"
:disabled="!!node.disabled"
@click.native.stop
@change="handleCheckChange">
</el-checkbox>
<span