From 01b9d7b4f6beeabd66587d226d7684f76b0605d0 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 4 Feb 2019 19:08:13 +0100 Subject: [PATCH] fix: ssrPrefetch option was renamed to serverPrefetch --- src/mixin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mixin.js b/src/mixin.js index 4c00295..edf9413 100644 --- a/src/mixin.js +++ b/src/mixin.js @@ -148,7 +148,7 @@ export function installMixin (Vue, vueVersion) { proxyData.call(this) }, - ssrPrefetch () { + serverPrefetch () { if (this.$_apolloPromises) { return Promise.all(this.$_apolloPromises) }