mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-12 03:38:07 +00:00
chore: remove hydration loaders due to props being typed
This commit is contained in:
parent
f054daccf8
commit
beedda3f2a
@ -42,7 +42,7 @@ const granularAppPresets: InlinePreset[] = [
|
|||||||
from: '#app/composables/asyncData',
|
from: '#app/composables/asyncData',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imports: ['useHydration', 'createEventLoader', 'createIdleLoader', 'createVisibleLoader'],
|
imports: ['useHydration'],
|
||||||
from: '#app/composables/hydrate',
|
from: '#app/composables/hydrate',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user