소스 검색

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