From 74395ad3032a3018b6ea8c6edabd937683fc8a53 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:25:59 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- packages/runtime-core/src/componentPublicInstance.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/runtime-core/src/componentPublicInstance.ts b/packages/runtime-core/src/componentPublicInstance.ts index af9aea12856..3052eca708a 100644 --- a/packages/runtime-core/src/componentPublicInstance.ts +++ b/packages/runtime-core/src/componentPublicInstance.ts @@ -219,7 +219,9 @@ export type ComponentPublicInstance< $: ComponentInternalInstance $data: D $props: MakeDefaultsOptional extends true - ? Partial & Omit & PublicProps, keyof Defaults> & AttrsProps + ? Partial & + Omit & PublicProps, keyof Defaults> & + AttrsProps : Prettify

& PublicProps & AttrsProps $attrs: HasDefinedAttrs extends true ? Readonly