]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
wip: fix isCustomElement
authorEvan You <yyx990803@gmail.com>
Wed, 28 Apr 2021 16:36:08 +0000 (12:36 -0400)
committerEvan You <yyx990803@gmail.com>
Wed, 28 Apr 2021 16:36:08 +0000 (12:36 -0400)
packages/runtime-core/src/apiCreateApp.ts

index e6fa3299165ac9bd41b7ce371f9e17ce2aa560b2..52a2a0b2cf060f142d2a59d5e2c41a718aacbc1f 100644 (file)
@@ -134,9 +134,7 @@ export function createAppContext(): AppContext {
       optionMergeStrategies: {},
       errorHandler: undefined,
       warnHandler: undefined,
-      compilerOptions: {
-        isCustomElement: NO
-      }
+      compilerOptions: {}
     },
     mixins: [],
     components: {},