s4it0
Results
1
comments of
s4it0
hi It worked by calling the initialize method in the child component each time the data was updated. ``` watch: { data : function() { this.$refs.tree.initializeData(this.data); } }, ``` ```this.$refs.tree```...