test tree
This commit is contained in:
@@ -65,6 +65,9 @@ const _sfc_main$1 = defineComponent({
|
||||
if (!node.isDisabled) {
|
||||
emit("node-click", node);
|
||||
}
|
||||
if (props.showCheckbox) {
|
||||
node.isChecked = !node.isChecked;
|
||||
}
|
||||
}
|
||||
function handleRowClick(node) {
|
||||
if (!props.showLine) {
|
||||
|
||||
Reference in New Issue
Block a user