]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: format
authorEvan You <yyx990803@gmail.com>
Wed, 5 Jun 2024 15:41:20 +0000 (23:41 +0800)
committerEvan You <yyx990803@gmail.com>
Wed, 5 Jun 2024 15:41:40 +0000 (23:41 +0800)
packages/runtime-core/src/component.ts

index a4109efedf0e82d67dd136f2a75d7a54b4c38c09..a658f83db5b0287d91416846222ef71920e1db4e 100644 (file)
@@ -234,7 +234,9 @@ export type SetupContext<
       attrs: Data
       slots: UnwrapSlotsType<S>
       emit: EmitFn<E>
-      expose: <Exposed extends Record<string, any> = Record<string, any>>(exposed?: Exposed) => void
+      expose: <Exposed extends Record<string, any> = Record<string, any>>(
+        exposed?: Exposed,
+      ) => void
     }
   : never