N00ts / vue3-treeview

a simple treeview in vue js 3
MIT License
71 stars 61 forks source link

Nodes are object but children are array #15

Closed bakkertjebrood closed 2 years ago

bakkertjebrood commented 2 years ago

Nice job on this package! One question: what is the logic behind the nodes beeing an object of objects and children beeing an array. Wouldt it be better if you had nodes in an array of objects?

bakkertjebrood commented 2 years ago

Nope, never mind. I did not read properly. Awesome and thanks!