diff --git a/src/core/instance/render-helpers/render-static.ts b/src/core/instance/render-helpers/render-static.ts index 4c7fb0b7777..9de7ab7ec70 100644 --- a/src/core/instance/render-helpers/render-static.ts +++ b/src/core/instance/render-helpers/render-static.ts @@ -18,7 +18,7 @@ export function renderStatic( // otherwise, render a fresh tree. tree = cached[index] = this.$options.staticRenderFns[index].call( this._renderProxy, - null, + this._c, this // for render fns generated for functional component templates ) markStatic(tree, `__static__${index}`, false)