perf: avoid deopt for props/emits normalization when global mixins are used

This commit is contained in:
Evan You
2021-06-02 15:22:52 -04:00
parent e2ca67b59a
commit 51d2be2038
5 changed files with 35 additions and 28 deletions

View File

@@ -76,14 +76,6 @@ export interface AllowedComponentProps {
// Note: can't mark this whole interface internal because some public interfaces
// extend it.
export interface ComponentInternalOptions {
/**
* @internal
*/
__props?: NormalizedPropsOptions
/**
* @internal
*/
__emits?: ObjectEmitsOptions | null
/**
* @internal
*/