univuedraggable

1.1.1 • Public • Published

This is a private project for uniqueway

<draggable v-model="myArray" :options="{draggable:'.item'}">
    <div v-for="element in myArray" :key="element.id" class="item">
        {{element.name}}
    </div>
    <button slot="footer" @click="addPeople">Add</button>
</draggable>

draggable-example

For Vue.js 2.0

Installation

  • Available through:
 npm install univuedraggable

Package Sidebar

Install

npm i univuedraggable

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

16.8 kB

Total Files

4

Last publish

Collaborators

  • wanggz_