拖拉插件 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.

  

上一篇:electron关于无边框窗口无法拖拽移动以及点击事件失效的问题


下一篇:java – 如何将函数拖放到没有titleBar的JFame?