mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 00:23:53 +00:00
fix: always call hook pages:resolved
This commit is contained in:
parent
9d387f722c
commit
0d35a27f0a
@ -71,8 +71,8 @@ export async function resolvePagesRoutes (): Promise<NuxtPage[]> {
|
||||
await nuxt.callHook('pages:extend', pages)
|
||||
if (shouldAugment) {
|
||||
await augmentPages(pages, nuxt.vfs)
|
||||
await nuxt.callHook('pages:resolved', pages)
|
||||
}
|
||||
await nuxt.callHook('pages:resolved', pages)
|
||||
|
||||
return pages
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user