ソースを参照

wip: fix isCustomElement

Evan You 5 年 前
コミット
d0dd6674bb
1 ファイル変更1 行追加3 行削除
  1. 1 3
      packages/runtime-core/src/apiCreateApp.ts

+ 1 - 3
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: {},