Vue 3 router tree
This component is based on Vue.js 3, it represents your routes or items as a tree view, by default takes it takes the routes configuration as items, but you could provide your custom items that respects the following format :
You could also add any other field that you need it when you want to customize the items rendering
Installation
npm install vue3-router-tree --save
Usage
With router :
with custom items :
props :
Name | default | description |
---|---|---|
items | [] | the tree items or if not provided the component renders the current available routes |
activeColor | "#5d1df1" | the color of the active sub node |
slots :
Name | description |
---|---|
item | override the default item rendering |