Skip to content

Commit

Permalink
Fixed #5509 - tree: loadingMode
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed Apr 2, 2024
1 parent 5a099a0 commit 40c7c57
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/tree/TreeNode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
:node="childNode"
:templates="templates"
:level="level + 1"
:loadingMode="loadingMode"
:expandedKeys="expandedKeys"
@node-toggle="onChildNodeToggle"
@node-click="onChildNodeClick"
Expand Down

0 comments on commit 40c7c57

Please sign in to comment.