chore: type [ci skip]
This commit is contained in:
@@ -477,7 +477,7 @@ export function createComponentInstance(
|
||||
accessCache: null!,
|
||||
renderCache: [],
|
||||
|
||||
// local resovled assets
|
||||
// local resolved assets
|
||||
components: null,
|
||||
directives: null,
|
||||
|
||||
|
||||
@@ -483,8 +483,8 @@ interface LegacyOptions<
|
||||
*
|
||||
* type-only, used to assist Mixin's type inference,
|
||||
* typescript will try to simplify the inferred `Mixin` type,
|
||||
* with the `__differenciator`, typescript won't be able to combine different mixins,
|
||||
* because the `__differenciator` will be different
|
||||
* with the `__differentiator`, typescript won't be able to combine different mixins,
|
||||
* because the `__differentiator` will be different
|
||||
*/
|
||||
__differentiator?: keyof D | keyof C | keyof M
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user