vue-async-methods
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -156,3 +156,3 @@ 'use strict' | ||
for (const key in this.$options.asyncMethods || {}) { | ||
for (var key in this.$options.asyncMethods || {}) { | ||
Vue.util.defineReactive(this, key, { | ||
@@ -159,0 +159,0 @@ execute: wrapMethod(this.$options.asyncMethods[key], this, key), |
{ | ||
"name": "vue-async-methods", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"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
10173