This commit is contained in:
Guillaume Chau
2017-01-02 03:18:45 +01:00
parent b88164722a
commit 905ff1099f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "vue-apollo",
"version": "1.2.2",
"version": "1.2.3",
"description": "Vue apollo integration",
"main": "index.js",
"scripts": {
+1 -1
View File
@@ -109,7 +109,7 @@ class SmartApollo {
}
if (typeof this.options.error === 'function') {
this.options.error(error)
this.options.error.call(this.vm, error)
}
}
}