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 9302d4d commit 8dfe93bCopy full SHA for 8dfe93b
packages/vue-apollo-option/src/mixin.js
@@ -114,8 +114,8 @@ export function installMixin (app, provider) {
114
this.$apollo = new DollarApollo(this, provider)
115
if (isServer) {
116
// Patch render function to cleanup apollo
117
- const render = this.$options.render
118
- this.$options.render = (h) => {
+ const render = this.$options.ssrRender
+ this.$options.ssrRender = (h) => {
119
const result = render.call(this, h)
120
destroy.call(this)
121
return result
0 commit comments