8000 fix: remove unimplemented `page:transition:start` type (#31040) · nuxt/nuxt@556ad34 · GitHub
[go: up one dir, main page]

10000 Skip to content

Commit 556ad34

Browse files
Mini-ghostdanielroe
authored andcommitted
fix: remove unimplemented page:transition:start type (#31040)
1 parent 63c1503 commit 556ad34

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/nuxt/src/app/nuxt.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export interface RuntimeNuxtHooks {
5252
'link:prefetch': (link: string) => HookResult
5353
'page:start': (Component?: VNode) => HookResult
5454
'page:finish': (Component?: VNode) => HookResult
55-
'page:transition:start': () => HookResult
5655
'page:transition:finish': (Component?: VNode) => HookResult
5756
'page:view-transition:start': (transition: ViewTransition) => HookResult
5857
'page:loading:start': () => HookResult

0 commit comments

Comments
 (0)
0