Skip to content

Commit f7d7d7a

Browse files
committed
chore: update
1 parent bd21aee commit f7d7d7a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

packages/runtime-vapor/src/component.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@ import {
3737
setActiveSub,
3838
unref,
3939
} from '@vue/reactivity'
40-
import { EMPTY_OBJ, invokeArrayFns, isFunction, isString } from '@vue/shared'
40+
import {
41+
EMPTY_OBJ,
42+
type Prettify,
43+
invokeArrayFns,
44+
isFunction,
45+
isString,
46+
} from '@vue/shared'
4147
import {
4248
type DynamicPropsSource,
4349
type RawProps,
@@ -398,7 +404,7 @@ export class VaporComponentInstance<
398404
// compatible with vdom components
399405
string[]
400406
exposed: Exposed | null
401-
exposeProxy: ShallowUnwrapRef<Exposed> | null
407+
exposeProxy: Prettify<ShallowUnwrapRef<Exposed>> | null
402408

403409
// for useTemplateRef()
404410
refs: TypeRefs

0 commit comments

Comments
 (0)