N00ts / vue3-treeview

a simple treeview in vue js 3
MIT License
73 stars 65 forks source link

Component reactivity #46

Closed laurentleb-comnum closed 8 months ago

laurentleb-comnum commented 8 months ago

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 ?

N00ts commented 8 months ago

Please provide an example or refer to documentation.