vuedraggable
Advanced tools
Comparing version 2.14.0 to 2.14.1
@@ -124,7 +124,7 @@ 'use strict'; | ||
} | ||
var children = [].concat(_toConsumableArray(slots)); | ||
var children = slots; | ||
var footer = this.$slots.footer; | ||
if (footer) { | ||
children = [].concat(_toConsumableArray(slots), _toConsumableArray(footer)); | ||
children = slots ? [].concat(_toConsumableArray(slots), _toConsumableArray(footer)) : [].concat(_toConsumableArray(footer)); | ||
} | ||
@@ -131,0 +131,0 @@ return h(this.element, null, children); |
{ | ||
"name": "vuedraggable", | ||
"version": "2.14.0", | ||
"version": "2.14.1", | ||
"description": "draggable component for vue", | ||
@@ -5,0 +5,0 @@ "main": "dist/vuedraggable.js", |
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
25594