Skip to content

Commit

Permalink
Update packages/types/app/index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Jun 3, 2021
1 parent 1fd0196 commit a0407b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/app/index.d.ts
Expand Up @@ -88,7 +88,7 @@ export interface Context {
error(params: NuxtError): void
nuxtState: NuxtState
beforeNuxtRender(fn: (params: { Components: VueRouter['getMatchedComponents'], nuxtState: NuxtState }) => void): void
beforeSerialize(fn: (params: { Components: VueRouter['getMatchedComponents'], nuxtState: NuxtState }) => void): void
beforeSerialize(fn: (nuxtState: NuxtState) => void): void
enablePreview?: (previewData?: Record<string, any>) => void
$preview?: Record<string, any>
}
Expand Down

0 comments on commit a0407b3

Please sign in to comment.