Basic Usage.

Tree behaviour by default. Without any states. Tree allows to has more than 1 root node.

Tree allows you to use v-model attribute.

Selected nodes: {{ selectedNode0.map(s => s.text) }}

Here we defined some states for Nodes. You can check the whole structure.

Also we added some tree options. Full list.

Init data can be either Array or Promise object. Loading icon (https://loading.io/)

Overriding default structure of tree data