A vue dragging sortable component
npm install vue-drag-sortable> A vue dragging sortable component
`` bash`
$ npm install --save vue-drag-sortable
html
v-model="dragData"
:key="item"
:index="index"
drag-direction="vertical | horizontal"
replace-direction="vertical | horizontal"
@sortend="sortend($event, listData)"
@sort="sorting" @real-click="click"
>
Item {{ item }}
``