## Project setup ``` npm install npm run serve ```
npm install drag-on-vue
npm install
npm run serve
`a draggable demo based on Vue.js.
directly import the draggable.vue then component it.
###props
list: the array you want to display
slot:draggableItem
eg.
`
{{ item.label.text }}
``