Skip to content

Commit

Permalink
Update options.d.ts
Browse files Browse the repository at this point in the history
As per issue-vuejs#12488
  • Loading branch information
xonx4l committed Aug 17, 2023
1 parent 49b6bd4 commit 1d0ebe7
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 1d0ebe7

Please sign in to comment.