Skip to content

Commit

Permalink
Merge branch 'main' into docs-update-NuxtLoadingIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanreza committed Jul 5, 2023
2 parents 7ccfe8b + 28e91a7 commit 9e948f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuxt/src/imports/module.ts
Expand Up @@ -126,7 +126,7 @@ export default defineNuxtModule<Partial<ImportsOptions>>({
}
})

nuxt.hook('builder:generateApp', async () => {
nuxt.hook('app:templatesGenerated', async () => {
await regenerateImports()
})
}
Expand Down

0 comments on commit 9e948f7

Please sign in to comment.