Drag and drop all-in-one. Transfers data! Name spacing coming soon*
*probably not soon
- Import the directive
import dd from 'vv-dd'
- Tell Vue to use the imported component in your component declaration
directives: { dd }
- Use the component tag
<p v-dd></p>