vue-async-methods
Advanced tools
Comparing version 0.9.0 to 0.9.1
@@ -118,3 +118,2 @@ 'use strict' | ||
method: { | ||
type: Object, | ||
required: true | ||
@@ -172,5 +171,5 @@ } | ||
var func = wrapMethod(asyncMethods[key], this, key) | ||
Vue.util.defineReactive(this, key, func) | ||
var extra = { | ||
@@ -189,3 +188,3 @@ execute: func, | ||
} | ||
for (var prop in extra) { | ||
@@ -192,0 +191,0 @@ Vue.util.defineReactive(func, prop, extra[prop]) |
{ | ||
"name": "vue-async-methods", | ||
"version": "0.9.0", | ||
"version": "0.9.1", | ||
"description": "Vue async methods support", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
10815
171