拖拉插件 drag drop

https://hejx.herokuapp.com/vue-dndl

# Installation
npm install vue-drag-and-drop-list --save
# Usage
import Vue from 'vue';
import VueDragAndDropList from 'vue-drag-and-drop-list';

Vue.use(VueDragAndDropList);

# Footer
Designed and built by Hejx.

Code on github and licensed under The MIT License.

  

原文地址:https://www.cnblogs.com/qianjinyan/p/11340684.html