Package Exports
- vue3-treeview
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (vue3-treeview) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
vue3-treeview
Vue3 treeview is a treeview project made with view 3.
Features:
- Made with vue3
- Fully reactive
- Full composition API
- Lazy load
- Editable text
- Events for all actions
- Node slots
- Loading slot
- Keyboard navigation
- Checkboxes (auto / manual)
- Drag and drop
- Custmizable style
- Customizable icons
Installation
$ npm install vue3-treeview
Play with repo
- Clone this repository
npm install
npm run serve