From: Evan You Date: Wed, 28 Apr 2021 16:36:08 +0000 (-0400) Subject: wip: fix isCustomElement X-Git-Tag: v3.1.0-beta.1~58 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0dd6674bb2f9eaf5e339ab6b3fae290b115ff80;p=thirdparty%2Fvuejs%2Fcore.git wip: fix isCustomElement --- diff --git a/packages/runtime-core/src/apiCreateApp.ts b/packages/runtime-core/src/apiCreateApp.ts index e6fa329916..52a2a0b2cf 100644 --- a/packages/runtime-core/src/apiCreateApp.ts +++ b/packages/runtime-core/src/apiCreateApp.ts @@ -134,9 +134,7 @@ export function createAppContext(): AppContext { optionMergeStrategies: {}, errorHandler: undefined, warnHandler: undefined, - compilerOptions: { - isCustomElement: NO - } + compilerOptions: {} }, mixins: [], components: {},