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: {},
errorHandler: undefined,
warnHandler: undefined,
compilerOptions: {
isCustomElement: NO
}
compilerOptions: {}
},
mixins: [],
components: {},