mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Tree: add checkbox stopPropagation
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
v-model="node.checked"
|
||||
:indeterminate="node.indeterminate"
|
||||
:disabled="!!node.disabled"
|
||||
@click.native.stop
|
||||
@change="handleCheckChange">
|
||||
</el-checkbox>
|
||||
<span
|
||||
|
||||
Reference in New Issue
Block a user