Skip to content

Implementing a drag-and-drop plugin based on the vue directive

License

Notifications You must be signed in to change notification settings

dengwb1991/vue-directive-dragging

Repository files navigation

Implementing a drag-and-drop plugin based on the vue directive

$ npm i -S vue-directive-dragging
// main.js
import dragging from 'vue-directive-dragging'
Vue.use(dragging)

// template
<div v-dragging="{ prevent: false }"></div>

About

Implementing a drag-and-drop plugin based on the vue directive

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published