We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8904ca7 commit dc8a68eCopy full SHA for dc8a68e
src/core/instance/render-helpers/render-static.ts
@@ -18,7 +18,7 @@ export function renderStatic(
18
// otherwise, render a fresh tree.
19
tree = cached[index] = this.$options.staticRenderFns[index].call(
20
this._renderProxy,
21
- null,
+ this._c,
22
this // for render fns generated for functional component templates
23
)
24
markStatic(tree, `__static__${index}`, false)
0 commit comments