Browse Source

wip: fix isCustomElement

Evan You 5 years ago
parent
commit
d0dd6674bb
1 changed files with 1 additions and 3 deletions
  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: {},