N00ts/vue3-treeview

Adding / removing nodes at runtime

PlainBane opened this issue · 1 comments

Hello,
Are there any plans on implementing "adding / removing nodes at runtime" feature?
I tried to do it with the node slot. That works, but it would be nice to have such functions in the api.

N00ts commented

This component is reactive ! So if you cant to add / remove node, jsut do it progamitically. you can use for example slots to put a button :)