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 7103bde commit 78a36f6Copy full SHA for 78a36f6
packages/runtime-core/src/component.ts
@@ -788,7 +788,7 @@ export function finishComponentSetup(
788
(__COMPAT__ &&
789
instance.vnode.props &&
790
instance.vnode.props['inline-template']) ||
791
- Component.template || instance.ctx.$options.template
+ Component.template || (instance.ctx.$options as any).template
792
if (template) {
793
if (__DEV__) {
794
startMeasure(instance, `compile`)
0 commit comments