Edit: The drag and drop component is nice and looks well-built. I had to use vue-draggable [1] for an app recently which was just a hacky Vue layer on top of Sortable.js [2]. It's one thing I wished ElementUI supported natively.
[1] https://github.com/SortableJS/Vue.Draggable
[2] https://github.com/SortableJS/Sortable