N00ts/vue3-treeview

Component reactivity

laurentleb-comnum opened this issue · 1 comments

Hi,

Is the component supposed to be reactive ?
I have created a nodes object as an empty object const nodes = ref({}) and filled it in the onMounted method.
Unfortunately, nothing has been displayed.
Do I have to create at least one node ?

Please provide an example or refer to documentation.