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 687dcee commit 5d582dfCopy full SHA for 5d582df
src/core/instance/init.js
@@ -57,6 +57,6 @@ function initInternalComponent (vm: Component, options: InternalComponentOptions
57
opts._componentTag = options._componentTag
58
if (options.render) {
59
opts.render = options.render
60
- opts.staticRenderFns = opts.staticRenderFns
+ opts.staticRenderFns = options.staticRenderFns
61
}
62
0 commit comments