8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
page:transition:start
1 parent 63c1503 commit 556ad34Copy full SHA for 556ad34
packages/nuxt/src/app/nuxt.ts
@@ -52,7 +52,6 @@ export interface RuntimeNuxtHooks {
52
'link:prefetch': (link: string) => HookResult
53
'page:start': (Component?: VNode) => HookResult
54
'page:finish': (Component?: VNode) => HookResult
55
- 'page:transition:start': () => HookResult
56
'page:transition:finish': (Component?: VNode) => HookResult
57
'page:view-transition:start': (transition: ViewTransition) => HookResult
58
'page:loading:start': () => HookResult
0 commit comments