vue-async-methods
Advanced tools
Comparing version 0.7.2 to 0.7.3
@@ -132,3 +132,3 @@ 'use strict' | ||
this.method.handleErrorInView = true | ||
if (this.method.promise) { | ||
@@ -146,3 +146,3 @@ this.catchError() | ||
this.method.promise.catch(function() { | ||
this.method.promise.catch(function(err) { | ||
self.error = err | ||
@@ -157,3 +157,3 @@ }) | ||
var self = this | ||
for (var key in this.$options.asyncMethods || {}) { | ||
@@ -160,0 +160,0 @@ Vue.util.defineReactive(this, key, { |
{ | ||
"name": "vue-async-methods", | ||
"version": "0.7.2", | ||
"version": "0.7.3", | ||
"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
10160