Skip to content

Commit 74395ad

Browse files
[autofix.ci] apply automated fixes
1 parent fb688c3 commit 74395ad

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/runtime-core/src/componentPublicInstance.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,9 @@ export type ComponentPublicInstance<
219219
$: ComponentInternalInstance
220220
$data: D
221221
$props: MakeDefaultsOptional extends true
222-
? Partial<Defaults> & Omit<Prettify<P> & PublicProps, keyof Defaults> & AttrsProps
222+
? Partial<Defaults> &
223+
Omit<Prettify<P> & PublicProps, keyof Defaults> &
224+
AttrsProps
223225
: Prettify<P> & PublicProps & AttrsProps
224226
$attrs: HasDefinedAttrs<Attrs> extends true
225227
? Readonly<AttrsProps & AllowedComponentProps>

0 commit comments

Comments
 (0)