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 57c3cf5 commit 889b177Copy full SHA for 889b177
packages/runtime-core/src/component.ts
@@ -1008,7 +1008,7 @@ export function finishComponentSetup(
1008
instance.vnode.props &&
1009
instance.vnode.props['inline-template']) ||
1010
Component.template ||
1011
- resolveMergedOptions(instance).template
+ (__FEATURE_OPTIONS_API__ && resolveMergedOptions(instance).template)
1012
if (template) {
1013
if (__DEV__) {
1014
startMeasure(instance, `compile`)
0 commit comments