Closed Wenzel closed 6 years ago
Hi @David-Desmaisons,
I think there is one last issue in your README's example:
<tree :data="tree" :node-text="name" layoutType="circular"> </tree>
If i use this, i get the following result:
The names are not displayed. However, if I remove the v-bind on the :node-text prop:
:node-text
<tree :data="tree" node-text="name" layoutType="circular"> </tree>
The names are displayed ! I'm a real beginner with VueJS, so i don't know what is the underlying issue.
Can you confirm ?
You are correct. readme updated.
Hi @David-Desmaisons,
I think there is one last issue in your README's example:
If i use this, i get the following result:
The names are not displayed. However, if I remove the v-bind on the
:node-text
prop:The names are displayed ! I'm a real beginner with VueJS, so i don't know what is the underlying issue.
Can you confirm ?