Evan You 5 лет назад
Родитель
Сommit
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: {},