Install & Download:
# NPM
$ npm install vue-nestable --saveDescription:
A powerful draggable hierarchical list component for Vue.js.
Features:
- Reorder items by dragging them above another item
- Intuitively nest items by dragging right
- Fully customizable, ships with no css
- Everything is configurable: item identifier, max nesting level, threshold for nesting
Preview:

Changelog:
v2.6.0 (08/27/2020)
- Replaces deprecated Event.srcElement with Event.target.