fix: ssrPrefetch option was renamed to serverPrefetch

This commit is contained in:
Guillaume Chau
2019-02-04 19:08:13 +01:00
parent a71451e0c9
commit 01b9d7b4f6
+1 -1
View File
@@ -148,7 +148,7 @@ export function installMixin (Vue, vueVersion) {
proxyData.call(this)
},
ssrPrefetch () {
serverPrefetch () {
if (this.$_apolloPromises) {
return Promise.all(this.$_apolloPromises)
}