chore: delete useless props type (#4271)

This commit is contained in:
WoodyJang 2021-08-10 00:36:34 +08:00 committed by GitHub
parent 88a4504e82
commit f258f5d2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ export function defineComponent<
EE extends string = string EE extends string = string
>( >(
options: ComponentOptionsWithoutProps< options: ComponentOptionsWithoutProps<
Props & EmitsToProps<E>, Props,
RawBindings, RawBindings,
D, D,
C, C,