Commit caba5cf4 authored by Dreamacro's avatar Dreamacro Committed by 杨奕

Tree: add checkbox stopPropagation

parent f377af50
......@@ -19,6 +19,7 @@
v-model="node.checked"
:indeterminate="node.indeterminate"
:disabled="!!node.disabled"
@click.native.stop
@change="handleCheckChange">
</el-checkbox>
<span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment