vue-filepond
Advanced tools
Comparing version 1.0.1 to 1.0.2
/* | ||
* Vue FilePond 1.0.1 | ||
* Vue FilePond 1.0.2 | ||
* Licensed under MIT, https://opensource.org/licenses/MIT | ||
@@ -81,3 +81,2 @@ * Please visit https://pqina.nl/filepond for details. | ||
register(...plugins); | ||
// update props | ||
@@ -135,6 +134,9 @@ update(); | ||
// Scoop up attributes that might not have been caught by Vue ( because the props object is extended dynamically ) | ||
const attrs = Object.assign({}, this.$attrs); | ||
// Create our pond | ||
this._pond = create( | ||
this._element, | ||
Object.assign(options, this.$options.propsData) | ||
Object.assign(options, attrs, this.$options.propsData) | ||
); | ||
@@ -141,0 +143,0 @@ |
{ | ||
"name": "vue-filepond", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A handy FilePond adapter component for Vue", | ||
@@ -5,0 +5,0 @@ "homepage": "https://pqina.nl/filepond", |
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
7257
137