mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
fix: add componentLazyHydration
This commit is contained in:
parent
2f2cb8e0cf
commit
b764ae93be
1
test/fixtures/basic/nuxt.config.ts
vendored
1
test/fixtures/basic/nuxt.config.ts
vendored
@ -238,6 +238,7 @@ export default defineNuxtConfig({
|
|||||||
renderJsonPayloads: process.env.TEST_PAYLOAD !== 'js',
|
renderJsonPayloads: process.env.TEST_PAYLOAD !== 'js',
|
||||||
headNext: true,
|
headNext: true,
|
||||||
inlineRouteRules: true,
|
inlineRouteRules: true,
|
||||||
|
componentLazyHydration: true
|
||||||
},
|
},
|
||||||
appConfig: {
|
appConfig: {
|
||||||
fromNuxtConfig: true,
|
fromNuxtConfig: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user