vuedraggable
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "vuedraggable", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "draggable component for vue", | ||
@@ -5,0 +5,0 @@ "main": "src/vuedraggable.js", |
@@ -52,3 +52,2 @@ (function() { | ||
function install (Vue) { | ||
const props = { | ||
@@ -158,11 +157,4 @@ options: Object, | ||
} | ||
Vue.component('draggable', draggableComponent) | ||
} | ||
const vueDraggable = { | ||
install | ||
} | ||
return vueDraggable | ||
return draggableComponent | ||
} | ||
@@ -177,4 +169,4 @@ | ||
var draggable = buildDraggable(window.Sortable) | ||
Vue.use(draggable) | ||
Vue.component('draggable', draggable) | ||
} | ||
})(); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11690
144