[Vuejs]-VUE: data is fetched but not shown with vueD3tree

0đź‘Ť

The problem is solved by adding v-if=“dataLoaded” on the tree component and set the dataLoaded property to true loading the data. Also, I had to use json object instead of json string.

Leave a comment