perf: avoid deopt for props/emits normalization when global mixins are used
This commit is contained in:
@@ -894,7 +894,7 @@ export function resolveMergedOptions(
|
||||
const { mixins, extends: extendsOptions } = base
|
||||
const {
|
||||
mixins: globalMixins,
|
||||
cache,
|
||||
optionsCache: cache,
|
||||
config: { optionMergeStrategies }
|
||||
} = instance.appContext
|
||||
const cached = cache.get(base)
|
||||
|
||||
Reference in New Issue
Block a user