背景
1、vue项目中的表格需要实现行拖拽功能
2、表格使用element组件库中el-table
方案介绍
Sortable.js
介绍:Sortable.js是一款轻量级的拖放排序列表的js插件
引用自官方文档:No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.
参考地址: https://github.com/SortableJS/Sortable
vuedraggable
介绍:基于Sortable.js
1