el-table 行拖动插件
2022-04-11 本文已影响0人
浅浅_2d5a
安装插件
cnpm install vuedraggable
cnpm install sortablejs
el-table 正常些
引入js
import Sortable from 'sortablejs'
created() {
this.nextTick(function() {
this.tableData = arr
console.log('属猪', this.tableData)
})
}
})
},