使用Vue.Draggable写一个具有拖拽功能的组件

step1:安装

npm install vuedraggable

 step2:引入

import draggable from 'vuedraggable'

 step3:使用示例

组件代码: