1.0.2 • Published 5 years ago

vv-dd v1.0.2

Weekly downloads
2
License
ISC
Repository
-
Last release
5 years ago

vv-dd

Another directive for dragging an dropping

Drag and drop all-in-one. Transfers data! Name spacing coming soon*

*probably not soon

:herb: Usage

  1. Import the directive import dd from 'vv-dd'
  2. Tell Vue to use the imported component in your component declaration directives: { dd }
  3. Use the component tag <p v-dd="{ name: 'example' }"></p>
  4. Uses the name in the passed object to determine ordering (I should probably change this)