mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-07 09:22:27 +00:00
fix: return imports
This commit is contained in:
parent
8b95e4e05a
commit
311ac8ad93
@ -42,7 +42,7 @@ const granularAppPresets: InlinePreset[] = [
|
||||
from: '#app/composables/asyncData',
|
||||
},
|
||||
{
|
||||
imports: ['useHydration'],
|
||||
imports: ['useHydration', 'createEventLoader', 'createIdleLoader', 'createVisibleLoader'],
|
||||
from: '#app/composables/hydrate',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user