N00ts / vue3-treeview

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

Bug: editable config option not working #20

Closed deb17 closed 2 years ago

deb17 commented 2 years ago

With the latest version of vue 3 and vue3-treeview, the editable config option has stopped working. On double clicking the node text, it does not change into an input field. Nothing happens. (The code sandbox examples are working fine. I tried to run my code with the version of vue used there, but no luck.)

deb17 commented 2 years ago

It was an error on my part. I was passing a plain config object from my setup method and not a reactive one.