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 06eec63 commit 375ebb6Copy full SHA for 375ebb6
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "vue-apollo",
3
- "version": "1.0.0-beta.12",
+ "version": "1.0.0-beta.14",
4
"description": "Vue apollo integration",
5
"main": "index.js",
6
"scripts": {
src/vue-plugin.js
@@ -156,7 +156,7 @@ class DollarApollo {
156
}
157
158
159
-function prepare() {
+const prepare = function prepare() {
160
this._apolloSubscriptions = [];
161
162
// Lazy creation
@@ -170,7 +170,7 @@ function prepare() {
170
});
171
172
173
-function launch() {
+const launch = function launch() {
174
let apollo = this.$options.apollo;
175
176
if (apollo) {
0 commit comments