vuedraggable
Advanced tools
Comparing version 2.13.0 to 2.13.1
@@ -9,2 +9,8 @@ 'use strict'; | ||
if (!Array.from) { | ||
Array.from = function (object) { | ||
return [].slice.call(object); | ||
}; | ||
} | ||
function buildDraggable(Sortable) { | ||
@@ -101,2 +107,4 @@ function removeNode(node) { | ||
var draggableComponent = { | ||
name: 'draggable', | ||
props: props, | ||
@@ -103,0 +111,0 @@ |
{ | ||
"name": "vuedraggable", | ||
"version": "2.13.0", | ||
"version": "2.13.1", | ||
"description": "draggable component for vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/vuedraggable.js", |
@@ -261,2 +261,13 @@ <p align="center"><img width="100"src="https://raw.githubusercontent.com/SortableJS/Vue.Draggable/master/logo.png"></p> | ||
Just include `Sortable.min.js` and `vuedraggable.min.js` after Vue.<br> | ||
```HTML | ||
<!-- CDNJS :: Vue (https://cdnjs.com/) --> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/vue/2.3.4/vue.min.js"></script> | ||
<!-- CDNJS :: Sortable (https://cdnjs.com/) --> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/Sortable/1.6.0/Sortable.min.js"></script> | ||
<!-- CDNJS :: Vue.Draggable (https://cdnjs.com/) --> | ||
<script src="//cdnjs.cloudflare.com/ajax/libs/Vue.Draggable/2.13.1/vuedraggable.min.js"></script> | ||
``` |
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
24252
324
273