Fixed #5509 - tree: loadingMode

This commit is contained in:
tugcekucukoglu 2024-04-02 17:25:28 +03:00
parent 5a099a0f52
commit 40c7c574ec

View file

@ -46,6 +46,7 @@
:node="childNode"
:templates="templates"
:level="level + 1"
:loadingMode="loadingMode"
:expandedKeys="expandedKeys"
@node-toggle="onChildNodeToggle"
@node-click="onChildNodeClick"