Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] committed Oct 25, 2023
1 parent fb688c3 commit 74395ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/runtime-core/src/componentPublicInstance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,9 @@ export type ComponentPublicInstance<
$: ComponentInternalInstance
$data: D
$props: MakeDefaultsOptional extends true
? Partial<Defaults> & Omit<Prettify<P> & PublicProps, keyof Defaults> & AttrsProps
? Partial<Defaults> &
Omit<Prettify<P> & PublicProps, keyof Defaults> &
AttrsProps
: Prettify<P> & PublicProps & AttrsProps
$attrs: HasDefinedAttrs<Attrs> extends true
? Readonly<AttrsProps & AllowedComponentProps>
Expand Down

0 comments on commit 74395ad

Please sign in to comment.