vue-vtree
Universal and flexible tree component for Vue.js.
Installation
NPM
npm install vue-vtree
CDN
jsDelivr
unpkg
Getting Started
In your script entry point:
Usage
Just write one level of tree in scoped-slot and pass children data to empty child v-tree component and it will inherit the parent slot template.