N00ts / vue3-treeview

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

Ability to initialize the tree with focus a specified node #48

Open tokyoben opened 7 months ago

tokyoben commented 7 months ago

A way to focus on a node automatically when creating the tree. This property should also trigger the node-focus event of the tree and possibly expand all parents although this is currently supported via the state: {"opened": true} property.

N00ts commented 5 months ago

This is a good improvment, I will unfortunatly not have time to implement it soon. If you cant you can create a PR then I will check it :)