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: 3 months ago
JSON representation
Implementing a drag-and-drop plugin based on the vue directive
- Host: GitHub
- URL: https://github.com/dengwb1991/vue-directive-dragging
- Owner: dengwb1991
- License: mit
- Created: 2019-08-14T15:21:02.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T12:01:43.000Z (almost 2 years ago)
- Last Synced: 2025-02-01T06:16:28.183Z (4 months ago)
- Topics: directive, dragging, vue
- Language: JavaScript
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```