Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dengwb1991/vue-directive-dragging

Implementing a drag-and-drop plugin based on the vue directive
https://github.com/dengwb1991/vue-directive-dragging

directive dragging vue

Last synced: 24 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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

```bash
$ npm i -S vue-directive-dragging
```

```js
// main.js
import dragging from 'vue-directive-dragging'
Vue.use(dragging)

// template


```