Closed PlainBane closed 5 years ago
Hi, Function nodeSelected causes
You may have an infinite update loop in a component render function.
I'm using it like this in tpl() this.$refs.tree.nodeSelected(node); Basically I want to select nodes dynamically on page load, but it seems to get in to a infinite loop.
this.$refs.tree.nodeSelected(node);
Hi, Function nodeSelected causes
I'm using it like this in tpl()
this.$refs.tree.nodeSelected(node);
Basically I want to select nodes dynamically on page load, but it seems to get in to a infinite loop.