Explorar o código

wip: fix isCustomElement

Evan You %!s(int64=5) %!d(string=hai) anos
pai
achega
d0dd6674bb
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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: {},