wip: fix isCustomElement

This commit is contained in:
Evan You 2021-04-28 12:36:08 -04:00
parent cd33714935
commit d0dd6674bb

View File

@ -134,9 +134,7 @@ export function createAppContext(): AppContext {
optionMergeStrategies: {}, optionMergeStrategies: {},
errorHandler: undefined, errorHandler: undefined,
warnHandler: undefined, warnHandler: undefined,
compilerOptions: { compilerOptions: {}
isCustomElement: NO
}
}, },
mixins: [], mixins: [],
components: {}, components: {},