Skip to content

Commit

Permalink
Tree: using defaultExpandedKeys/defaultExpandAll should triger node-e…
Browse files Browse the repository at this point in the history
…xpand event (ElemeFE#17549)
  • Loading branch information
nelsonkuang committed Sep 26, 2019
1 parent 45c0ef4 commit 43513e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/tree/src/tree-node.vue
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
if (this.node.expanded) {
this.expanded = true;
this.childNodeRendered = true;
this.handleChildNodeExpand(this.node.data, this.node, this);
}

if(this.tree.accordion) {
Expand Down

0 comments on commit 43513e3

Please sign in to comment.