N00ts/vue3-treeview

Bug: editable config option not working

deb17 opened this issue · 1 comments

deb17 commented

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

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