Skip to content

Commit

Permalink
fix(types): correct serverPrefetch this type (#13068)
Browse files Browse the repository at this point in the history
close #12488
  • Loading branch information
xonx4l committed Oct 23, 2023
1 parent 74ca5a1 commit 67c1d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/options.d.ts
Expand Up @@ -210,7 +210,7 @@ export interface ComponentOptions<
activated?(): void
deactivated?(): void
errorCaptured?(err: Error, vm: Vue, info: string): boolean | void
serverPrefetch?(this: V): Promise<void>
serverPrefetch?(): Promise<void>
renderTracked?(e: DebuggerEvent): void
renderTriggerd?(e: DebuggerEvent): void

Expand Down

0 comments on commit 67c1d26

Please sign in to comment.