We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b881647 commit 905ff10Copy full SHA for 905ff10
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-apollo",
3
- "version": "1.2.2",
+ "version": "1.2.3",
4
"description": "Vue apollo integration",
5
"main": "index.js",
6
"scripts": {
src/smart-apollo.js
@@ -109,7 +109,7 @@ class SmartApollo {
109
}
110
111
if (typeof this.options.error === 'function') {
112
- this.options.error(error)
+ this.options.error.call(this.vm, error)
113
114
115
0 commit comments