VueDragDrop
A Simple Drag & Drop example created in Vue.js.
setup
npm
ES module
Register the components globally.
or
Register the components in the scope of another instance.
browser
If Vue is detected, the components will be registered automatically.
usage
...
components
VueDragIten
properties
property | type | default |
---|---|---|
tag |
String |
'div' |
revertDuration |
Number |
0 |
restrict |
||
data |
VueDropArea
properties
property | type | default |
---|---|---|
tag |
String |
'div' |