Tree: add checkbox stopPropagation

pull/6030/head
Dreamacro 2017-07-24 14:36:05 +08:00 committed by 杨奕
parent f377af5030
commit caba5cf409
1 changed files with 1 additions and 0 deletions

View File

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