Skip to content

Commit 912853f

Browse files
committed
chore: modify resolveSetupReturned typo
1 parent 5fe3299 commit 912853f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/runtime-core/src/helpers/resolveAssets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ function resolve(registry: Record<string, any> | undefined, name: string) {
160160
*/
161161
export function resolveSetupReturned(
162162
name: string,
163-
setupReturn: ComponentInternalInstance['setupState'],
163+
setupReturn: Record<string, unknown>,
164164
): unknown {
165165
if (!setupReturn) return name
166166
const returnValue = setupReturn[name]

0 commit comments

Comments
 (0)